Skip to content

Releases: OpenShock/API

2.5.3

27 Mar 04:19
dd91082

Choose a tag to compare

2.5.3

  • Added Petrainer 998DR support

2.5.2

23 Mar 14:40

Choose a tag to compare

2.5.2

  • Fixed auth not working for newer hashes

2.5.1

20 Mar 21:27
7e1630b

Choose a tag to compare

2.5.1

  • Fix email template error on start, for real

2.5.0

19 Mar 20:07
0121af5

Choose a tag to compare

2.5.0

  • Fixed email template regarding email verification
  • Exposed turnstile environment variables
  • Reworked password hashing logic and database columns

2.4.0

08 Mar 06:06
0c16c16

Choose a tag to compare

2.4.0

  • Reworked signup, login and password logic into AccountService
  • Changed password encryption from PBKDF2 to BCrypt Enhanced SHA512
  • Changed password reset encryption to the same
  • Preparation for Email verification

2.3.0

01 Feb 20:15
c2916e4

Choose a tag to compare

2.3.0

Breaking Changes

  • Reworked the entire Email system, check the README.md for the Config parameters
  • Reworked the OpenAPI docs operationIds again

2.2.0

30 Jan 19:26
562ae57

Choose a tag to compare

2.2.0

  • Adjusted Swagger OperationIds

2.1.1

26 Jan 20:00
c300256

Choose a tag to compare

2.1.1

  • Fixed an issue where trying to connect to a live control websocket of a shared shocker would error

2.1.0

25 Jan 02:08
e47ecc3

Choose a tag to compare

2.1.0

  • Implemented EF core migrations #63

2.0.0

22 Jan 00:21
fe70bf4

Choose a tag to compare

2.0.0

  • OTA device updates
  • Live Control features and LiveControlGateway is now needed
  • Smaller fixes and improvements to code quality