Releases: jsiebens/ionscale
Releases · jsiebens/ionscale
v0.8.2
Changelog
Bug fixes
- cbbaa31 fix: use stdencoding instead of rawstdencoding
v0.8.1
Changelog
Bug fixes
- 527fb34 fix: use smallzstd and sync pool, slightly improving performance
v0.8.0
Changelog
New Features
- b62db08 feat: add config to tweak sql connection pool
- df23c17 feat: add gorm prometheus metrics
Bug fixes
- 805a516 fix: avoid double user entries
- 0dbc81d fix: send exit node prefixes when enabled
- 40cc7b5 fix: send same user for all tagged devices, reducing mapresponse payload when having many tagged devices
v0.7.1
Changelog
Bug fixes
- 9f7263a fix: add machines indeces and use gorm take instead of first
v0.7.0
Changelog
New Features
- 2345f0b feat: improve error handling/logging a little bit
- e74faa2 feat: machine authorization
- beb856a feat: move https certs flag to dns config
- 790ef5f feat: subnet router failover
Bug fixes
- a8e8d1a fix: send user and login in registration response
v0.6.0
Changelog
New Features
- c73b7e1 feat: buf formatting and linting
- 1de7361 feat: remove the notion of alias
Bug fixes
- 9e38ffc fix: check if expiresAt is available
- 210cc9c fix: don't allow tag owners ssh from machine
v0.5.0
Changelog
New Features
- aad7a8b feat: edit iam and acl policies from cli
- 43167c1 feat: read config from env
Bug fixes
- 4e96f2a fix: ignore tag src in check actions
- af3a5f3 fix: incorrect env variables for auth provider
v0.4.0
Changelog
New Features
- daf577a feat: config dns using env variables
- 11af121 feat: remove ephemeral machines on logout
v0.4.0-rc1
Changelog
New Features
- bc1f188 feat: add some command aliases
- ddc65d2 feat: add support for ssh acl policies
- 9522e35 feat: enable/disable taildrop and service collection
- 6d4a7b7 feat: set default derp map configuration
- 70b9373 feat: set derp map for a tailnet
Bug fixes
- c3e1344 fix: add admin capability flag when needed
- 5bf919d fix: don't send derp map if not changed
- c70a4cf fix: don't send peer capabilities to nodes
- 1e3541e fix: remove check on nameservers as it is not required anymore for MagicDNS
- 58de86a fix: use crypto/rand
v0.3.0
Changelog
New Features
- 2e57338 feat: add id token handler
- 22cfe60 feat: add support for https certs
Bug fixes
- 7cadcc9 fix: move auth config a level deeper