Skip to content

Releases: denschub/camo-rs

camo-rs 1.3.3

26 Aug 18:18
v1.3.3
ef78d72
Compare
Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.

camo-rs 1.3.2

23 Jun 08:43
v1.3.2
ec43c35
Compare
Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.

camo-rs 1.3.1

25 May 18:29
v1.3.1
c56c9b9
Compare
Choose a tag to compare

This version does not contain any functional changes. It updates third-party dependencies and enables more compile-time optimizations. For most users, the only difference should be more consistent binary sizes, but there might be minimal performance improvements in larger deployments.

camo-rs 1.3.0

25 Mar 23:01
v1.3.0
e602fbe
Compare
Choose a tag to compare

This version includes the following non-breaking changes:

  • It adds a response to /robots.txt, disallowing all robots from interacting with camo-rs in any way. This was inspired by a recent uptick of bots that crawl Camo instances. Not all bots to listen to those instructions, but some do.
  • It re-ships jemalloc inside the Docker container, but doesn't enable it. If you run the Docker container and want to use jemalloc, you can add a LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 to the environment variables, and it will automatically load it. Likewise, tuning jemalloc with the MALLOC_CONF environment variable is possible, too.

camo-rs 1.2.2

24 Mar 06:35
v1.2.2
2ff0c92
Compare
Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies. Included are two updates that address security issues:

camo-rs 1.2.1

23 Dec 01:25
v1.2.1
75099b4
Compare
Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.

camo-rs 1.2.0

30 Sep 04:07
v1.2.0
2af8742
Compare
Choose a tag to compare

This version adds a new setting, --allow-all-types / CAMO_ALLOW_ALL_TYPES (default: false). This allows you to use camo-rs with all upstream content-types, and even passes responses that do not have a content-type set.

camo-rs 1.1.8

28 Aug 03:26
v1.1.8
084e44e
Compare
Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.

camo-rs 1.1.7

14 Jul 18:47
v1.1.7
8823487
Compare
Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.

camo-rs 1.1.6

01 Jun 22:24
v1.1.6
43f75ca
Compare
Choose a tag to compare

This version does not contain any functional changes. It only updates third-party dependencies.