Releases: adonisjs/transmit
Releases · adonisjs/transmit
Allow to register custom domain for handlers
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
Full Changelog: v0.5.0...v0.5.1
Send subscription and unsubscription to the bus
Full Changelog: v0.4.3...v0.5.0
Clear the interval when shutting down
Full Changelog: v0.4.2...v0.4.3
Publish the whole build folder
Full Changelog: v0.4.1...v0.4.2
Move away from the root the redis transport export
- fix: remove redis export from root (4451758)
Full Changelog: v0.4.0...v0.4.1
Change bus implementation & more features
- 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
Full Changelog: v0.2.3...v0.3.0
Update stubs system and don't broadcast locally when using a transport
What's Changed
- fix: update stubs system in eb92dcf
- fix: dont broadcast locally when using a transport by @adrianNEMO in #1
New Contributors
- @adrianNEMO made their first contribution in #1
Full Changelog: v0.2.2...v0.2.3
Forward given headers to stream
- 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