Skip to content

Commit

Permalink
Bump to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed May 16, 2024
1 parent 80919eb commit dccf563
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.11.0

- Breaking change: changed the field names in `Snap.Bulk.Action` to drop underscore prefix
- Added support for pluggable JSON libraries. Continues to default to `Jason`, but you may see encoding/decoding performance improvements from switching to `Jsonrs`
- Allowed `nil` for the `type` in `Snap.Hit` as ElasticSearch >= 8 does not return this

## 0.10.0

- Enabled gzip compression in default HTTP adapter using `Accept-Heading` header, which speeds up large response objects
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Snap.MixProject do
use Mix.Project

@github_url "https://github.com/breakroom/snap"
@version "0.10.0"
@version "0.11.0"

def project do
[
Expand Down

0 comments on commit dccf563

Please sign in to comment.