Skip to content

Releases: adonisjs/transmit

Allow to register custom domain for handlers

10 Apr 16:22
Compare
Choose a tag to compare

You can now add a custom domain from the config/transmit.ts file using the routeHandlerDomain key.
This domain will be used when registering the 3 route handlers Transmit needs.

Commits

  • chore: migrate to release-it (bf4ee4c)
  • fix(provider): allow to register custom domain for handlers (291abf8)
  • ci: update ga workflows (711992c)

Full Changelog: v0.5.1...v0.5.2

Update dependencies

27 Mar 20:51
Compare
Choose a tag to compare

Send subscription and unsubscription to the bus

26 Mar 21:29
Compare
Choose a tag to compare

Clear the interval when shutting down

16 Mar 18:49
Compare
Choose a tag to compare

Publish the whole build folder

13 Mar 13:11
f36c533
Compare
Choose a tag to compare

Move away from the root the redis transport export

08 Mar 20:54
Compare
Choose a tag to compare
  • fix: remove redis export from root (4451758)

Full Changelog: v0.4.0...v0.4.1

Change bus implementation & more features

08 Mar 20:02
Compare
Choose a tag to compare
  • feat: allow to customize the ping system (6ae2584)
  • feat: allow to broadcast other type of data than object (3c2e1d4)
  • test: increase test coverage for the stream class (1e97c02)
  • refactor(stream_channel_repository): change name and add tests (9ab9c4f)
  • test(secure_channel_store): add tests for matchit (436b1fa)
  • refactor(type): use stricter interface syntax (2f141d5)
  • feat: migrate bus implementation (ff763c0)
  • chore: update dependencies (73762b3)

Full Changelog: v0.3.0...v0.4.0

Expose HttpContext in events and ping clients to keep connection open

04 Mar 21:14
Compare
Choose a tag to compare
  • feat: add ping to keep connection open (16c5ba8)
  • feat: expose HttpContext in events (6e86dd2)

Full Changelog: v0.2.3...v0.3.0

Update stubs system and don't broadcast locally when using a transport

22 Jan 12:05
Compare
Choose a tag to compare

What's Changed

  • fix: update stubs system in eb92dcf
  • fix: dont broadcast locally when using a transport by @adrianNEMO in #1

New Contributors

Full Changelog: v0.2.2...v0.2.3

Forward given headers to stream

01 Nov 08:05
3847c2f
Compare
Choose a tag to compare
  • fix: move stubs to new format (d690b42)
  • refactor(transmit): do not extend emittery (1057965)
  • test(stream): should forward given headers (9251c0b)
  • fix(stream): try to forward headers (415a888)
  • chore: add information about preloaded file (4615efb)
  • chore: add configure step (bf91b1c)
  • chore: update dependencies (12149ef)
  • chore: improve description (3b0366e)
  • refactor: extends type in the provider (03745fa)
  • chore: update dependencies (7068a62)
  • test(stream): ensure it writes head & pipe (bff12b4)

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