Releases: DiamondLightSource/numtracker
Releases · DiamondLightSource/numtracker
v1.0.0
What's Changed
Fixed
Internal
- Derive Scalar instead of impl InputType for templates by @tpoliaw in #179
- Remove unused NumtrackerConfig from db_service by @tpoliaw in #184
Housekeeping
- Bump opentelemetry from 0.29.0 to 0.29.1 in the tracing group by @dependabot in #141
- Bump smallvec from 1.14.0 to 1.15.0 by @dependabot in #142
- Bump value-bag from 1.10.0 to 1.11.1 by @dependabot in #144
- Bump pest from 2.7.15 to 2.8.0 by @dependabot in #145
- Bump the patch group with 13 updates by @dependabot in #143
- Bump the patch group with 14 updates by @dependabot in #146
- Bump pest_derive from 2.7.15 to 2.8.0 by @dependabot in #147
- Bump pest_generator from 2.7.15 to 2.8.0 by @dependabot in #148
- Bump data-encoding from 2.8.0 to 2.9.0 by @dependabot in #149
- Bump windows-core from 0.60.1 to 0.61.0 by @dependabot in #150
- Bump the patch group with 13 updates by @dependabot in #151
- Bump getrandom from 0.2.15 to 0.2.16 by @dependabot in #153
- Bump the patch group with 10 updates by @dependabot in #154
- Bump built from 0.7.7 to 0.8.0 by @dependabot in #157
- Bump the patch group across 1 directory with 14 updates by @dependabot in #158
- Bump the patch group with 17 updates by @dependabot in #160
- Bump crc from 3.2.1 to 3.3.0 by @dependabot in #161
- Bump webpki-roots from 0.26.10 to 0.26.11 by @dependabot in #162
- Bump tempfile from 3.19.1 to 3.20.0 by @dependabot in #164
- Bump tokio from 1.44.2 to 1.45.0 by @dependabot in #163
- Update missed changes in README by @tpoliaw in #166
- Bump the patch group with 7 updates by @dependabot in #167
- Bump rustls-pki-types from 1.11.0 to 1.12.0 by @dependabot in #168
- Remove dependabot config to test renovate by @tpoliaw in #170
- Configure Renovate by @renovate in #169
- Update Rust crate sqlx to v0.8.6 by @renovate in #171
- Update Azure/setup-helm action to v4.3.0 by @renovate in #172
- Update rust Docker tag to v1.87.0 by @renovate in #174
- Update Rust crate tokio to v1.45.1 by @renovate in #178
- Group dependencies in renovate PRs by @tpoliaw in #185
- Update Rust crate clap to v4.5.40 by @renovate in #180
- Update Rust crate reqwest to v0.12.20 by @renovate in #181
- Limit patch updates to once per month by @tpoliaw in #190
New Contributors
Full Changelog: v0.3.0...v1.0.0
v0.3.0 - Standard Names
What's Changed
- Use standard names for graphql fields by @tpoliaw in #119
- Client subcommand for interacting with service by @tpoliaw in #104
- Remove required fields for directory templates by @tpoliaw in #124
Testing
Deployment
Housekeeping
- Use
derive_more
for common trait implementations by @tpoliaw in #110 - Bump the patch group with 17 updates by @dependabot in #111
- Bump either from 1.13.0 to 1.14.0 by @dependabot in #113
- Bump itertools from 0.13.0 to 0.14.0 by @dependabot in #114
- Bump typenum from 1.17.0 to 1.18.0 by @dependabot in #115
- Bump smallvec from 1.13.2 to 1.14.0 by @dependabot in #112
- Remove opentelemetry-stdout dependency by @tpoliaw in #118
- Bump the patch group with 17 updates by @dependabot in #120
- Bump tinyvec from 1.8.1 to 1.9.0 by @dependabot in #122
- Bump bitflags from 2.8.0 to 2.9.0 by @dependabot in #123
- Bump rstest from 0.24.0 to 0.25.0 by @dependabot in #121
- Bump the patch group with 9 updates by @dependabot in #125
- Bump once_cell from 1.20.3 to 1.21.0 by @dependabot in #126
- Bump either from 1.14.0 to 1.15.0 by @dependabot in #127
- Bump tempfile from 3.17.1 to 3.18.0 by @dependabot in #128
- Bump proc-macro-crate from 3.2.0 to 3.3.0 by @dependabot in #129
- Bump the patch group with 29 updates by @dependabot in #130
- Bump base64ct from 1.6.0 to 1.7.3 by @dependabot in #131
- Bump tempfile from 3.18.0 to 3.19.0 by @dependabot in #132
- Bump tokio from 1.43.0 to 1.44.1 by @dependabot in #133
- Bump whoami from 1.5.2 to 1.6.0 by @dependabot in #138
- Bump the patch group across 1 directory with 28 updates by @dependabot in #139
- Bump the async_graphql group with 5 updates by @dependabot in #136
- Bump the tracing group with 7 updates by @dependabot in #135
Full Changelog: v0.2.0...v0.3.0
0.2.0 - Configuration Queries
What's Changed
- Query multiple beamline configurations by @abbiemery in #72
- Extract creation of CurrentConfiguration to shared method by @tpoliaw in #96
Testing
- Replace use of fixtures with direct calls to functions by @tpoliaw in #82
- Compare BeamlineConfiguration using derived Eq/PartialEq by @tpoliaw in #91
- Test DB errors via uninitialised DB instead of read-only by @tpoliaw in #86
Deployment
- Add catalog-info file for Dev Portal by @keithralphs in #78
- Use github pages site for dev-portal docs by @tpoliaw in #95
- Add _config.yml to fix README pages formatting by @tpoliaw in #97
Housekeeping
- Add MSRV to Cargo.toml by @tpoliaw in #63
- Split async-graphql into its own dependabot group by @tpoliaw in #69
- Bump ipnet from 2.10.1 to 2.11.0 by @dependabot in #65
- Bump linux-raw-sys from 0.4.14 to 0.4.15 by @dependabot in #66
- Bump rustls-pki-types from 1.10.1 to 1.11.0 by @dependabot in #67
- Update axum and async-graphql by @tpoliaw in #71
- Replace unneccesary match by @abbiemery in #79
- Bump bytes from 1.9.0 to 1.10.0 by @dependabot in #76
- Bump bumpalo from 3.16.0 to 3.17.0 by @dependabot in #75
- Bump tempfile from 3.15.0 to 3.16.0 by @dependabot in #77
- Bump the async_graphql group with 5 updates by @dependabot in #73
- Bump MSRV to 1.83 by @tpoliaw in #88
- Bump the patch group across 1 directory with 20 updates by @dependabot in #89
- Check for changed files during the CI tests by @tpoliaw in #90
- Bump the patch group with 11 updates by @dependabot in #106
- Bump httparse from 1.9.5 to 1.10.0 by @dependabot in #107
- Bump data-encoding from 2.7.0 to 2.8.0 by @dependabot in #108
- Bump tempfile from 3.16.0 to 3.17.1 by @dependabot in #109
- Bump the tracing group with 7 updates by @dependabot in #105
New Contributors
- @abbiemery made their first contribution in #79
- @keithralphs made their first contribution in #78
Full Changelog: v0.1.6...v0.2.0
0.1.6 - Docs, schemas and 404s
What's Changed
- Add fallback html responses for unhandled routes by @tpoliaw in #53
- Standardise name of tracker_file_extension by @tpoliaw in #57
- Add trackerFileExtension to configuration query by @tpoliaw in #54
- Check directory file numbers when returning configuration by @tpoliaw in #51
- Add more doc strings to things that appear in the schema by @tpoliaw in #56
Housekeeping
- Add doctype declaration to static html pages by @tpoliaw in #55
- Bump the patch group with 6 updates by @dependabot in #58
- Bump rstest from 0.23.0 to 0.24.0 by @dependabot in #59
- Bump similar from 2.6.0 to 2.7.0 by @dependabot in #62
- Bump data-encoding from 2.6.0 to 2.7.0 by @dependabot in #60
- Bump bitflags from 2.7.0 to 2.8.0 by @dependabot in #61
Full Changelog: v0.1.5...v0.1.6
0.1.5 - Playing nicely with OPA
What's Changed
Housekeeping
- Bump the patch group across 1 directory with 18 updates by @dependabot in #49
- Bump tokio from 1.42.0 to 1.43.0 by @dependabot in #46
- Bump futures-lite from 2.5.0 to 2.6.0 by @dependabot in #45
- Bump bitflags from 2.6.0 to 2.7.0 by @dependabot in #43
New Contributors
- @dependabot made their first contribution in #49
Full Changelog: v0.1.4...v0.1.5
0.1.4 - First round of production bug fixes
What's Changed
Application
- Panic with correct error when port cannot be bound by @tpoliaw in #36
- Bundle root certificates at compile time by @tpoliaw in #39
- Return status information from status endpoint by @tpoliaw in #33
Deployment
- Reduce the default PVC size in helm chart by @tpoliaw in #37
- Move DLS specific config out of default helm chart by @tpoliaw in #38
House keeping
- Add dependabot configuration by @tpoliaw in #40
- Fix dependency-type config in dependabot.yml by @tpoliaw in #41
Full Changelog: v0.1.3...v0.1.4
0.1.3 - Tracker directory configuration
What's Changed
- Update github action by @DiamondJoseph in #34
- Add configuration for external tracker directory in helm chart by @tpoliaw in #35
Full Changelog: v0.1.2...v0.1.3
0.1.2 - Read auth config from environment
0.1.1 - Fixed PVC configuration
What's Changed
Full Changelog: v0.1.0...v0.1.1
0.1.0 - Proof of Concept
v0.1.0 Add helm chart for central deployment