Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: use FsCodec.Encoded bodies #266

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

bartelink
Copy link
Collaborator

Removes two problems:

  • Feeds that support encoding (.e.. DynamoStore) used to have to uncompress on reading, wasting memory
  • CosmosStore used to pass JsonElement verbatim, but not pass the encoding. Equinox.CosmosStore v 4.1.0 requires the encoding value to be passed as a JSON String can now represent either Deflate or Brotli encoded data depending on the encoding stored in D or M alongside the body field

@bartelink bartelink changed the title feat!: use FsCodec.EncodedBody bodies feat!: use FsCodec.Encoded bodies Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant