Skip to content

Releases: carrot/alchemist-middleware

v0.1.0

12 Jul 13:12

Choose a tag to compare

  • Bump deps, fix tests and make sure everything is running smoothly
  • Bump minor version as this package has been quite stable

v0.0.5

16 Sep 02:27

Choose a tag to compare

Bump dependencies

v0.0.4

21 May 20:47

Choose a tag to compare

Warning: This release introduces breaking changes

So, big release with lots of changes here. Internally, the server behind the scenes, st, was switched for send, due to a bug we had been seeing in which bytes were dropped of the ends of some requests. Testing with this version indicates that the switch to send eliminates this bug.

This also changes the options object entirely though, and eliminates gzipping as one of the capabilities. If you still need gzip, I'd recommend using compress for this.

v0.0.3

12 May 21:40

Choose a tag to compare

Gzip is now off by default, since this is the setting for development servers. You can flick it on by passing { gzip: true } as an option if you are using alchemist in production.

v0.0.2

12 May 21:39

Choose a tag to compare

Now uses a forked version of st which has a way to disable setting cache control headers, which alchemist does by default so you can manually set your cache control headers earlier and they are not clobbered by alchemist.

v0.0.1

06 May 20:48

Choose a tag to compare

Initial release