Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: supabase/plug_caisson

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: version bump (#24)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ft!: change behaviour to allow algorithms with immutable state (#19)

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: RequestTooLargeError for gzip chunking (#15)

* fix: RequestTooLargeError for gzip chunking

* chore: version bump

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: prevent deinit callback from being called twice (#14)

This also fixes return value from `register_before_send/2` callback. By
the API it should always return `Plug.Conn.t()` while we were returning
`:ok`.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add publishing workflow (#12)

* chore: add publishing workflow

* chore: add publishing metadata

* chore: use actions/checkout@v4, ubuntu-latest