Skip to content

Releases: OktopUSP/oktopus

v1.24.6

15 May 17:39
616df2c

Choose a tag to compare

What's Changed

  • USP/CWMP Messages Templates by @leandrofars in #342
  • chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /backend/services/controller by @dependabot in #350
  • chore(deps): bump koa from 2.14.2 to 2.15.4 in /backend/services/utils/socketio by @dependabot in #349
  • chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.2 in /backend/services/controller by @dependabot in #348
  • chore(deps): bump golang.org/x/net from 0.26.0 to 0.36.0 in /backend/services/controller by @dependabot in #352
  • chore(deps): bump path-to-regexp and express in /backend/services/utils/socketio by @dependabot in #351
  • chore(deps): bump next from 14.2.10 to 14.2.25 in /frontend by @dependabot in #353
  • chore(deps): bump nanoid from 3.3.7 to 3.3.11 in /frontend by @dependabot in #354
  • chore(deps): bump @babel/runtime from 7.24.7 to 7.27.0 in /frontend by @dependabot in #355
  • chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /backend/services/mtp/adapter by @dependabot in #356
  • chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /backend/services/mtp/stomp-adapter by @dependabot in #357
  • chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /backend/services/mtp/ws-adapter by @dependabot in #358
  • chore(deps): bump golang.org/x/net from 0.25.0 to 0.36.0 in /backend/services/mtp/ws-adapter by @dependabot in #359
  • chore(deps): bump golang.org/x/net from 0.25.0 to 0.36.0 in /backend/services/mtp/ws by @dependabot in #360
  • chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /backend/services/mtp/mqtt-adapter by @dependabot in #361
  • chore(deps): bump golang.org/x/crypto from 0.18.0 to 0.31.0 in /backend/services/bulkdata/http by @dependabot in #362
  • chore(deps): bump golang.org/x/net from 0.25.0 to 0.36.0 in /backend/services/mtp/mqtt-adapter by @dependabot in #363
  • chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /backend/services/acs by @dependabot in #364
  • chore(deps): bump golang.org/x/crypto from 0.18.0 to 0.31.0 in /backend/services/mtp/mqtt by @dependabot in #365
  • chore(deps): bump next from 14.2.25 to 14.2.26 in /frontend by @dependabot in #366
  • chore(deps): bump koa from 2.15.4 to 2.16.1 in /backend/services/utils/socketio by @dependabot in #367
  • chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /backend/services/controller by @dependabot in #369
  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /backend/services/bulkdata/http by @dependabot in #368
  • Dev by @leandrofars in #372

Full Changelog: v1.24.5...v1.24.6

v1.24.5

30 Oct 20:29

Choose a tag to compare

Features:

  • Custom CWMP/USP messages templates

Bug Fixes

  • Check if usp message is of error type or null to avoid panic
  • Connection Request URL update when CPE changes ip
  • Don't overwrite device alias
  • Change own password through Web interface
  • Web interface intermitent sign out errors

What's Changed

  • chore(deps): bump github.com/rs/cors from 1.9.0 to 1.11.0 in /backend/services/controller by @dependabot in #329
  • chore(deps): bump body-parser and express in /backend/services/utils/socketio by @dependabot in #331
  • chore(deps): bump serve-static and express in /backend/services/utils/socketio by @dependabot in #334
  • chore(deps): bump send and express in /backend/services/utils/socketio by @dependabot in #333
  • chore(deps): bump next from 14.2.4 to 14.2.10 in /frontend by @dependabot in #332
  • Fix code scanning alert #10: Clear-text logging of sensitive information by @leandrofars in #336
  • Fix code scanning alert #11: Clear-text logging of sensitive information by @leandrofars in #337
  • Fix code scanning alert #18: Clear-text logging of sensitive information by @leandrofars in #338
  • Fix code scanning alert #9: Clear-text logging of sensitive information by @leandrofars in #339
  • Fix code scanning alert no. 17: Clear-text logging of sensitive information by @leandrofars in #340
  • chore(deps): bump cookie, express and socket.io in /backend/services/utils/socketio by @dependabot in #341

Full Changelog: v1.24.4...v1.24.5

v1.24.4

05 Sep 19:08

Choose a tag to compare

Features:

  • Devices list filter
  • Devices list pagination
  • Delete device (through api only)
  • New color palette
  • Upgrade websockets server to USP spec version 1.3 (compatiblity with OBUSPA v8.0)
  • Upgrade proto messages to version 1.3
  • Stomp agent configuration file
  • New Docs !

Bug Fixes

  • Stomp-adapter intermitent connection to stomp-server
  • Frontend parameters discovery inconsistency when device has a parameter in the root object

What's Changed

New Contributors

Read more