Skip to content

Releases: denschub/camo-rs

v1.4.0

05 Jan 07:31
v1.4.0
3de5a3c
Compare
Choose a tag to compare

This version introduces a new setting, --threads/CAMO_THREADS that allows limiting the number of worker threads spawned by camo-rs. If this flag is not set, the number of available CPU cores will be used, which matches the current behavior.

v1.3.5

30 Dec 22:11
v1.3.5
7d67e13
Compare
Choose a tag to compare

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

camo-rs 1.3.4

28 Oct 23:38
v1.3.4
8befd9b
Compare
Choose a tag to compare

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

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.