Skip to content

Releases: OktopUSP/oktopus

v1.24.5

30 Oct 20:29
Compare
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
Compare
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