Skip to content

1.4.1

Choose a tag to compare

@retrixe retrixe released this 10 Aug 11:23
b0f722c

Critical fixes for Octyne 1.4.0, fixing username validation and deadlocks with Redis in production when the API endpoint is under load. These bugs do not affect the 1.3.x version family and older.

To see what's new in the 1.4.x family, check out the 1.4.0 release notes 🎉

Patches

  • Fix ARMv6 builds for Ubuntu 22.04: dbc2ee8
  • Fix Redis deadlocking with many Validate requests: 953fd16
  • Pipeline Redis reqs in Validate through one conn: 45aabdc
  • Allow hyphens in usernames: 79bc20d
  • Unset primary as default role in config: 1323dd4