Releases: newrelic/newrelic-auth-rs
Releases · newrelic/newrelic-auth-rs
0.0.10
0.0.9
What's Changed
- feat: improve docker image health score (NR-424891) by @danielorihuela in #56
- feat: add builded binaries to tar.gz instead directly the binaries by @vjripoll in #58
- chore: bump auth cli version by @vjripoll in #59
- fix(deps): update minor and patch updates by @renovate in #55
Full Changelog: 0.0.8...0.0.9
0.0.8
0.0.7
What's Changed
- fix(pipeline): fix docs pipeline by @paologallinaharbur in #30
- style: test utilities and fixes by @DavSanchez in #31
- feat(system identity creation): input data types by @DavSanchez in #32
- chore(deps): update rust crate reqwest to v0.12.18 by @renovate in #28
- feat(system identity creation): interfaces, generator with injected dependencies by @DavSanchez in #33
- feat!(system identity creation): HTTP token retriever by @DavSanchez in #34
- feat(system identity creation): HTTP system identity creator impl by @DavSanchez in #35
- chore(deps): update rust crate reqwest to v0.12.19 by @renovate in #36
- feat: add jq to dockerfile by @danielorihuela in #39
- feat: change docker image name (NR-400537) by @danielorihuela in #40
- feat: check prerelease tag matches package version by @danielorihuela in #42
- fix: check prerelease tag before building docker image by @danielorihuela in #43
- feat: bump up version by @danielorihuela in #44
- test(integration): system identity generation by @DavSanchez in #38
- feat: align docker image with previous versions by @danielorihuela in #45
- chore: bump rust edition to 2024 by @sigilioso in #47
- chore(deps): update rust crate reqwest to v0.12.20 by @renovate in #46
- chore: update README's OSS information by @sigilioso in #48
- chore: remove
url
dependency by @DavSanchez in #49 - feat: add new auth cli by @vjripoll in #37
New Contributors
- @danielorihuela made their first contribution in #39
- @sigilioso made their first contribution in #47
- @vjripoll made their first contribution in #37
Full Changelog: 0.0.6...0.0.7
0.0.6
What's Changed
- docs: update repo references by @DavSanchez in #1
- fix(deps): update rust crate serde to v1.0.219 (#33) by @DavSanchez in #2
- chore(deps): bump ring from 0.17.11 to 0.17.14 by @dependabot in #3
- docs: pre-release license notice heading by @DavSanchez in #4
- docs: docs badge, private archive reference by @DavSanchez in #5
- docs: remove badges by @DavSanchez in #6
- fix(deps): update minor and patch updates to v1.3.1 by @renovate in #7
- example: retrieve and print token using client_id and private key by @rubenruizdegauna in #10
- examples: sign JWT token using Vault by @rubenruizdegauna in #12
- chore(deps): update rust crate tokio to v1.43.1 [security] by @renovate in #14
- fix(deps): update minor and patch updates by @renovate in #11
- Examples/sign jwt token with local private key by @rubenruizdegauna in #13
- test: run doctests by @DavSanchez in #17
- test(examples): move code around so it can be linted by @DavSanchez in #16
- test: fix jwt token private key example by @DavSanchez in #19
- chore: remove ureq dev-dep by @gsanchezgavier in #21
- chore: fix project renaming references by @rubenruizdegauna in #22
- Key pair generation by @rubenruizdegauna in #18
- chore(deps): update rust crate tempfile to v3.20.0 by @renovate in #24
- feat(cli): build and upload by @paologallinaharbur in #23
- fix(deps): update minor and patch updates to v1.45.1 by @renovate in #26
- feat(ci/cd): image by @paologallinaharbur in #27
- fix(pipeline): fix path by @paologallinaharbur in #29
New Contributors
- @DavSanchez made their first contribution in #1
- @dependabot made their first contribution in #3
- @renovate made their first contribution in #7
- @rubenruizdegauna made their first contribution in #10
- @gsanchezgavier made their first contribution in #21
- @paologallinaharbur made their first contribution in #23
Full Changelog: 0.0.4...0.0.6
0.0.4
ci: use rust-licenses-noticer@v1 (#31)