Releases: absmach/mgate
Releases · absmach/mgate
v0.4.2
What's Changed
- NOISSUE - Use slog for Logging by @rodneyosodo in https://github.com/absmach/mproxy/pull/52
New Contributors
- @rodneyosodo made their first contribution in https://github.com/absmach/mproxy/pull/52
Full Changelog: absmach/mproxy@v0.3.5...v0.4.2
v0.4.1
What's Changed
- NOISSUE - Add issue and PR templates by @SammyOina in https://github.com/absmach/mproxy/pull/38
- UV-109 - Return errors on handler methods by @SammyOina in https://github.com/absmach/mproxy/pull/40
- UV-267 - Support http/s proxying by @SammyOina in https://github.com/absmach/mproxy/pull/42
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in https://github.com/absmach/mproxy/pull/45
- UV-267 - WS proxy support by @SammyOina in https://github.com/absmach/mproxy/pull/44
- NOISSUE - Update module name and dependencies by @ianmuchyri in https://github.com/absmach/mproxy/pull/46
New Contributors
- @ianmuchyri made their first contribution in https://github.com/absmach/mproxy/pull/46
Full Changelog: absmach/mproxy@v0.3.0...v0.4.1
v0.3.5
What's Changed
- NOISSUE - Add issue and PR templates by @SammyOina in https://github.com/absmach/mproxy/pull/38
- UV-109 - Return errors on handler methods by @SammyOina in https://github.com/absmach/mproxy/pull/40
- UV-267 - Support http/s proxying by @SammyOina in https://github.com/absmach/mproxy/pull/42
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in https://github.com/absmach/mproxy/pull/45
- UV-267 - WS proxy support by @SammyOina in https://github.com/absmach/mproxy/pull/44
- NOISSUE - Update module name and dependencies by @ianmuchyri in https://github.com/absmach/mproxy/pull/46
New Contributors
- @ianmuchyri made their first contribution in https://github.com/absmach/mproxy/pull/46
Full Changelog: absmach/mproxy@v0.3.0...v0.3.5
v0.3.0
What's Changed
- NOISSUE - Add context to MQTT handler by @SammyOina in https://github.com/mainflux/mproxy/pull/34
- MF-35 - Replace Client on session handler by @SammyOina in https://github.com/mainflux/mproxy/pull/36
- NOISSUE - Update Go version and other dependencies by @dborovcanin in https://github.com/mainflux/mproxy/pull/37
New Contributors
- @dependabot made their first contribution in https://github.com/mainflux/mproxy/pull/32
- @SammyOina made their first contribution in https://github.com/mainflux/mproxy/pull/34
Full Changelog: mainflux/mproxy@v0.2.3...v0.3.0
v0.2.3
NOISSUE - Decouple mainflux/mproxy and mainflux/mainflux (#30) * NOISSUE - Decouple mainflux/mproxy and mainflux/mainflux (packages errors and logger) Signed-off-by: Manuel Imperiale <[email protected]> * Simplify returned errors Signed-off-by: Manuel Imperiale <[email protected]> Signed-off-by: Manuel Imperiale <[email protected]>
v0.2.2
v0.2.1
Fix dependencies.
v0.2.0
Improve error handling and some minor performance improvements.
v0.1.8
NOISSUE - Refactor mProxy (#13) * Enrich logging for connection close Signed-off-by: Dušan Borovčanin <[email protected]> * Handle connection close explicitly Refactor code. Signed-off-by: Dušan Borovčanin <[email protected]> * Update examples Signed-off-by: Dušan Borovčanin <[email protected]> * Rename handler field in Proxy and Session Signed-off-by: Dušan Borovčanin <[email protected]> * Fix logging Signed-off-by: Dušan Borovčanin <[email protected]> * Replace event with handler Signed-off-by: Dušan Borovčanin <[email protected]> * Rename EventHandler to Handler Signed-off-by: Dušan Borovčanin <[email protected]> * Handle only the first error Signed-off-by: Dušan Borovčanin <[email protected]>
v0.1.7
Fix Disconnect events.