Skip to content

Releases: hutchic-org/atc-router

1.4.11

19 Dec 16:18
c2fae19
Compare
Choose a tag to compare

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

10 Dec 23:15
322bdb2
Compare
Choose a tag to compare

1.4.10 (2022-12-10)

Bug Fixes

  • ffi: correctly handle invalid UTF-8 sequences from field value (f52610d)

1.4.9

07 Dec 16:28
8469bab
Compare
Choose a tag to compare

1.4.9 (2022-12-07)

Bug Fixes

  • release: need the RUSTFLAG after all (8469bab)

1.4.8

07 Dec 16:21
090a705
Compare
Choose a tag to compare

1.4.8 (2022-12-07)

Chores

  • release: debug why aarch64 musl is unhappy (090a705)

1.4.7

07 Dec 16:12
07ca909
Compare
Choose a tag to compare

1.4.7 (2022-12-07)

Bug Fixes

  • release: add additional release targets back (07ca909)

1.4.6

07 Dec 15:47
d80e356
Compare
Choose a tag to compare

1.4.6 (2022-12-07)

Bug Fixes

  • release: so seems to be there (d80e356)

1.4.5

07 Dec 15:42
7414e18
Compare
Choose a tag to compare

1.4.5 (2022-12-07)

Bug Fixes

  • debug: just a quick debug build (7414e18)

1.4.4

07 Dec 15:37
d45437b
Compare
Choose a tag to compare

1.4.4 (2022-12-07)

Bug Fixes

  • release: I'm guessing cross doesn't use the target directory (d45437b)

1.4.3

07 Dec 15:24
03f8042
Compare
Choose a tag to compare

1.4.3 (2022-12-07)

Chores

  • linking: I think cross isn't statically linking (03f8042)

1.4.2

07 Dec 15:15
c6aa335
Compare
Choose a tag to compare

1.4.2 (2022-12-07)

Bug Fixes

  • release: use the rustembedded build image (c6aa335)