Skip to content

Releases: ogarcia/rockpass

0.12.1

22 Jan 08:20
2ae071f

Choose a tag to compare

Bump dependency versions

- bcrypt from 0.17.0 to 0.18.0
- chrono from 0.4.40 to 0.4.43
- diesel from 2.2.8 to 2.3.5
- diesel_migrations from 2.2.0 to 2.3.1
- sha2 from 0.10.8 to 0.10.9
- uuid from 1.15.1 to 1.19.0

0.12.0

10 Mar 12:03
4c325e6

Choose a tag to compare

Adds /passwords/?search=<id> endpoint

This new endpoint is required for the latest version of the LessPass
browser plugin. It does a search by site in the database.

0.11.0

28 Feb 08:53
e17f0ae

Choose a tag to compare

Disables test stage on CI since it has concurrency problems

0.10.0

18 Jan 12:33
68d6f5c

Choose a tag to compare

Fixes a typo in a message

0.9.0

14 Apr 13:10
2b2ba70

Choose a tag to compare

Adapts the code to update diesel to v2

0.8.0

14 Apr 12:47
16d3861

Choose a tag to compare

Fixes password profile saving from mobile applications

- A workaround is added so that mobile applications do not crash when
  sending a new password profile.
- Adds /auth/users/me/ endpoint that returns information about the user.

0.7.1

14 Apr 12:31
f97861e

Choose a tag to compare

Bump version to 0.7.1

0.7.0

01 Feb 16:32
d75b87a

Choose a tag to compare

Migrate to GitLab

0.6.0

24 May 08:31
0aaecfd

Choose a tag to compare

Response always in JSON format.

0.5.0

22 Mar 16:23
a3859ff

Choose a tag to compare

Improve tokens and update Rocket

  • Now the access and refresh tokens are different and have their own lifetime each.
  • Updated code to use Rocket v0.5.