Skip to content

Releases: boringnode/transmit

Add an api to get subscribers' uuid for a channel

27 Jun 09:31
v0.3.0
6032041

Choose a tag to compare

What's Changed

  • Docs: Add GZip exclusion instructions for Transmit SSE by @eduwass in #1
  • chore(config): migrate renovate config by @renovate in #4
  • chore(deps): update all non-major dependencies by @renovate in #3
  • chore(deps): update dependency del-cli to v6 by @renovate in #5
  • chore(deps): update dependency @japa/assert to v4 by @renovate in #7
  • fix(deps): update all non-major dependencies by @renovate in #8
  • chore(deps): update dependency @japa/runner to v4 by @renovate in #12
  • chore(deps): update all non-major dependencies by @renovate in #11
  • chore(deps): update all non-major dependencies by @renovate in #13
  • chore(deps): update dependency release-it to v18 by @renovate in #14
  • feat(transports): export mqtt transport from the bus package by @MaximeMRF in #10
  • fix(deps): update all non-major dependencies by @renovate in #15
  • chore(deps): update all non-major dependencies by @renovate in #16
  • fix(deps): update all non-major dependencies by @renovate in #17
  • chore(deps): update all non-major dependencies by @renovate in #18
  • fix(deps): update all non-major dependencies by @renovate in #19
  • chore(deps): update all non-major dependencies by @renovate in #22
  • chore(deps): update dependency release-it to v19 by @renovate in #20
  • fix(deps): update all non-major dependencies by @renovate in #24
  • fix(deps): update all non-major dependencies by @renovate in #25
  • feat(transmit): getAllSubscribersUUIDs by @MaximeMRF in #23

New Contributors

Full Changelog: v0.2.2...v0.3.0

Update dependencies

03 Oct 07:06
fc3241d

Choose a tag to compare

Commits

  • chore: update dependencies (4b695e1)

Full Changelog: v0.2.1...v0.2.2

Inject manually headers in the response

21 Sep 07:58
4b7b0fb

Choose a tag to compare

Commits

  • fix: inject manually headers in the response (6118f86)

Full Changelog: v0.2.0...v0.2.1

Improve typing of Context

28 Aug 06:49
466cee8

Choose a tag to compare

In this release, we've enhanced the context typing and ensured that subscribing to a channel works smoothly when done locally (via the Bus).

Commits

  • chore: ensure tests pass with new typing (e380f25)
  • chore: improve typing & create "local" variant of subscribe and unsubscribe method (730c677)

Full Changelog: v0.1.3...v0.2.0

Exports the `AccessCallback` type to simplify the creation of adapters

27 Aug 21:11
310408a

Choose a tag to compare

Exports the AccessCallback type to simplify the creation of adapters

Commits

  • chore: export AccessCallback type from type exports (e1c3aba)

Full Changelog: v0.1.2...v0.1.3

Release missing authorize method

06 Aug 07:57
20d6213

Choose a tag to compare

First release

25 Jul 06:34
00857c8

Choose a tag to compare

First release to try to create adapter for it.

Commits

Full Changelog: https://github.com/boringnode/transmit/commits/v0.1.1