What's Changed
- fix(api): avoid pagination before filtering by @henrybarreto in #3264
- fix(agent): set home fallback when user home does not exist by @henrybarreto in #3263
- chore(gateway): replace openresty with nginx by @gustavosbarreto in #3266
- fix(ui): fixed linting for UI vite and typescript configuration by @luannmoreira in #3268
- [ssh test] test ssh/pkg by @heiytor in #3265
- refactor(agent): use build pattern on tunnel creation to improve code readability by @henrybarreto in #3267
- chore(api): refactor device store by @gustavosbarreto in #3270
- fix(ui): return defineModel to vite configuration by @luannmoreira in #3272
- fix(ui): decode encodedURL non-ed signature by @luannmoreira in #3273
- chore(ui): added note for experimental defineModel by @luannmoreira in #3274
- ui: bump @sentry/tracing from 7.77.0 to 7.80.0 in /ui by @dependabot in #3275
- api: bump golang.org/x/crypto from 0.14.0 to 0.15.0 in /api by @dependabot in #3276
- ui: bump @fortawesome/free-solid-svg-icons from 6.4.0 to 6.4.2 in /ui by @dependabot in #3278
- api: bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 in /api by @dependabot in #3279
- ui: bump @types/node from 18.18.5 to 18.18.9 in /ui by @dependabot in #3280
- ui: bump @types/sshpk from 1.17.3 to 1.17.4 in /ui by @dependabot in #3281
- ui: bump eslint-plugin-vue from 9.17.0 to 9.18.1 in /ui by @dependabot in #3282
- ssh: bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 in /ssh by @dependabot in #3283
- ssh: bump golang.org/x/net from 0.17.0 to 0.18.0 in /ssh by @dependabot in #3284
- cli: bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0 in /cli by @dependabot in #3286
- improvement(api): improvement logs to api by @danyecls in #3244
- api: bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0 in /api by @dependabot in #3277
- refactor(ui): refactored profile settings to vue 3 composition api by @luannmoreira in #3258
- chore(gateway): update nginx.conf by @gustavosbarreto in #3288
- chore: remove autossl from dev environment by @gustavosbarreto in #3289
- [ssh test] Add unit tests for session authentication handlers and enhance logging by @heiytor in #3269
- chore(deps): update Go version to 1.21 by @gustavosbarreto in #3292
- docker: ui: bump node from 21.1.0-alpine3.17 to 21.2.0-alpine3.17 in /ui by @dependabot in #3295
- ui: bump @types/node from 18.18.9 to 18.18.10 in /ui by @dependabot in #3296
- ui: bump axios from 1.6.0 to 1.6.2 in /ui by @dependabot in #3298
- ui: bump @sentry/tracing from 7.80.0 to 7.80.1 in /ui by @dependabot in #3299
- ui: bump sass from 1.69.4 to 1.69.5 in /ui by @dependabot in #3300
- fix(api): avoid empty names when updating device's name by @henrybarreto in #3293
- ui: bump vuetify from 3.3.23 to 3.4.2 in /ui by @dependabot in #3297
- add index for tenant_id on recorded_sessions by @heiytor in #3304
- fix(api): avoid device with duplicated name when accepting by @henrybarreto in #3303
- fix(ssh): avoid race conditions when saving the session by @heiytor in #3307
- fix ssh tcpip error by @heiytor in #3306
- fix(api): correct variable names in GetToken API by @danyecls in #3305
- fix(api): deal with device update status when it is not accepted by @henrybarreto in #3308
- feat(ui): add validation modal for conflicted device names by @luannmoreira in #3309
Full Changelog: v0.13.3...v0.13.5