Releases: go-routeros/routeros
Releases · go-routeros/routeros
v3.0.1
What's Changed
- feat: Add new
!emptysentence for RouterOS 7.18+ by @vaerh in #29 - Update README.md docs link to pkg.go.dev V3 ref by @benedictjohannes in #28
New Contributors
- @vaerh made their first contribution in #29
- @benedictjohannes made their first contribution in #28
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Add post-6.43 login support by @archaron in #4
- Simplify tests (on master) by @im-kulikov in #8
- Address in newClientAndLogin is unused (on master) by @im-kulikov in #9
- Fix handling command response when !trap is received by @v12 in #16
- refactoring, use context, use logger, use go mod by @archaron in #24
New Contributors
Full Changelog: https://github.com/go-routeros/routeros/commits/v3.0.0
Breaking changes
- Usage of
gopkg.inwas removed in favor of Go modules. Please, update you import paths to
github.com/go-routeros/routeros/v3.