Releases: hutchic-org/atc-router
Releases · hutchic-org/atc-router
1.4.11
1.4.11 (2022-12-19)
Performance
- router: use
table.new
to pre-allocate for more routes (2e003e4)
Code Style
- share closures for freeing up objects instead of creating a new one for each instance (bcb547e), closes #3
1.4.10
1.4.10 (2022-12-10)
Bug Fixes
- ffi: correctly handle invalid UTF-8 sequences from field value (f52610d)
1.4.9
1.4.9 (2022-12-07)
Bug Fixes
- release: need the RUSTFLAG after all (8469bab)
1.4.8
1.4.8 (2022-12-07)
Chores
- release: debug why aarch64 musl is unhappy (090a705)
1.4.7
1.4.7 (2022-12-07)
Bug Fixes
- release: add additional release targets back (07ca909)
1.4.6
1.4.6 (2022-12-07)
Bug Fixes
- release: so seems to be there (d80e356)
1.4.5
1.4.5 (2022-12-07)
Bug Fixes
- debug: just a quick debug build (7414e18)
1.4.4
1.4.4 (2022-12-07)
Bug Fixes
- release: I'm guessing cross doesn't use the target directory (d45437b)
1.4.3
1.4.3 (2022-12-07)
Chores
- linking: I think cross isn't statically linking (03f8042)
1.4.2
1.4.2 (2022-12-07)
Bug Fixes
- release: use the rustembedded build image (c6aa335)