Releases: Kong/atc-router
Releases · Kong/atc-router
v1.6.2
Release v1.6.1
What's Changed
- fix(context): correctly handle
NULL
bytes in provided context value by @dndx in #214 - build(deps): bump serde from 1.0.195 to 1.0.197 by @dependabot in #198
- build(deps): bump Kong/public-shared-actions from 1 to 2 by @dependabot in #188
- build(deps): bump uuid from 1.7.0 to 1.8.0 by @dependabot in #206
- build(deps): bump regex from 1.10.3 to 1.10.4 by @dependabot in #208
- chore(bazel): add prefix to crate_index so it doesn't collide by @fffonion in #209
- build(deps): bump pest_derive from 2.7.6 to 2.7.9 by @dependabot in #211
- build(deps): bump tj-actions/changed-files from 42.0.0 to 44.0.1 by @dependabot in #213
- chore(deps): update
rules_rust
and Cargo.lock by @dndx in #215
Full Changelog: v1.6.0...v1.6.1
Release v1.6.0
Release v1.5.1
What's Changed
- chore(build): reduce binary size by striping debuginfo by @ADD-SP in #177
- build(deps): bump uuid from 1.6.1 to 1.7.0 by @dependabot in #178
- build(deps): bump tj-actions/changed-files from 41.1.2 to 42.0.0 by @dependabot in #179
- chore(tests): fix broken OpenSSL build by @dndx in #181
- build(deps): bump regex from 1.10.2 to 1.10.3 by @dependabot in #180
- chore(cargo): bump to version 1.5.1 by @dndx in #182
New Contributors
Full Changelog: v1.5.0...v1.5.1
Release v1.5.0
What's Changed
- chore: bump bazel version by @vm-001 in #174
- build(deps): bump pest from 2.7.5 to 2.7.6 by @dependabot in #167
- build(deps): bump pest_derive from 2.7.5 to 2.7.6 by @dependabot in #168
- build(deps): bump serde from 1.0.193 to 1.0.195 by @dependabot in #169
- build(deps): bump tj-actions/changed-files from 41.0.1 to 41.1.2 by @dependabot in #171
- build(deps): bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 by @dependabot in #172
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #173
- refactor(lib): validate() will return fields by @chronolaw in #175
- chore(cargo): release v1.5.0 by @dndx in #176
New Contributors
Full Changelog: v1.4.1...v1.5.0
Release v1.4.1
What's Changed
- chore(cargo): bump to v1.4.0 by @dndx in #162
- build(deps): bump tj-actions/changed-files from 40.2.3 to 41.0.1 by @dependabot in #163
- fix(context): clear matches on reset by @dndx in #164
- chore(cargo): release
v1.4.1
by @dndx in #165
Full Changelog: v1.4.0...v1.4.1
Release v1.4.0
What's Changed
- fix(bazel): exclude bazel temporary directories to avoid recursive lookup by @fffonion in #148
- tests(semantics): add semantics tests and refactored test file structure by @dndx in #149
- build(deps): bump serde from 1.0.190 to 1.0.192 by @dependabot in #152
- build(deps): bump tj-actions/changed-files from 40.0.2 to 40.1.1 by @dependabot in #153
- build(deps): bump uuid from 1.5.0 to 1.6.1 by @dependabot in #155
- build(deps): bump serde from 1.0.192 to 1.0.193 by @dependabot in #156
- build(deps): bump tj-actions/changed-files from 40.1.1 to 40.2.3 by @dependabot in #160
- perf(interpreter): improve performance of regex matching and field reference by @dndx in #161
Full Changelog: v1.3.1...v1.4.0
Release v1.3.1
What's Changed
- chore(build): ensure
ffi
feature is enabled when producing builds with Bazel by @dndx in #146 - chore(cargo): bump crate version to
1.3.1
by @dndx in #147
Please also checkout changelog for v1.3.0 which contains more detailed change entries. This release was created to address a build issue with Bazel build script with no feature code change.
Full Changelog: v1.3.0...v1.3.1
Release v1.3.0
What's Changed
- build(deps): bump uuid from 1.4.0 to 1.4.1 by @dependabot in #92
- build(deps): bump pest from 2.7.0 to 2.7.2 by @dependabot in #98
- build(deps): bump regex from 1.9.1 to 1.9.3 by @dependabot in #100
- build(deps): bump tj-actions/changed-files from 37.1.0 to 37.6.0 by @dependabot in #101
- chore: small updates to README.md by @shaneutt in #103
- build(deps): bump tj-actions/changed-files from 37.6.0 to 37.6.1 by @dependabot in #104
- build(deps): bump pest_derive from 2.7.0 to 2.7.2 by @dependabot in #102
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #116
- build(deps): bump toshimaru/auto-author-assign from 1.6.2 to 2.0.1 by @dependabot in #128
- build(deps): bump uuid from 1.4.1 to 1.5.0 by @dependabot in #136
- build(deps): bump tj-actions/changed-files from 37.6.1 to 40.0.0 by @dependabot in #140
- build(deps): bump pest from 2.7.2 to 2.7.5 by @dependabot in #139
- build(deps): bump pest_derive from 2.7.2 to 2.7.5 by @dependabot in #138
- build(deps): bump regex from 1.9.3 to 1.10.2 by @dependabot in #134
- build(deps): bump tj-actions/changed-files from 40.0.0 to 40.0.1 by @dependabot in #142
- chore(build): update
rules_rust
to0.30.0
by @dndx in #106 - build: include
CARGO_BUILD_TARGET
in the path of release folder by @jakechenTW in #55 - build(deps): bump tj-actions/changed-files from 40.0.1 to 40.0.2 by @dependabot in #143
- feat(serde): add serde integration by @sumimakito in #105
- docs(lib): add features documentation by @dndx in #145
- chore(cargo): release 1.3.0 by @dndx in #144
New Contributors
- @shaneutt made their first contribution in #103
- @jakechenTW made their first contribution in #55
- @sumimakito made their first contribution in #105
Full Changelog: v1.2.0...v1.3.0
Release v1.2.0
What's Changed
- build(deps): bump regex from 1.8.4 to 1.9.0 by @dependabot in #83
- chore(build): do not pin the Rust toolchain version by @dndx in #85
- chore(makefile): add new target
install-debug
that builds/installs … by @dndx in #84 - fix(semantics): fix incorrect type checking that prevented `IpAddr in by @dndx in #82
- chore(actions): add newer version of OpenSSL, Nginx and OpenResty int… by @dndx in #86
- refactor(*): bump to pratt parser by @pluveto in #24
- build(deps): bump tj-actions/changed-files from 37.0.5 to 37.1.0 by @dependabot in #87
- build(deps): bump regex from 1.9.0 to 1.9.1 by @dependabot in #88
- chore(cargo): bump crate version to
1.2.0
by @dndx in #89
Full Changelog: 1.1.0...v1.2.0