Skip to content

Releases: mrjackwills/staticpi_backend

v0.0.19

20 Oct 01:12
482979b
Compare
Choose a tag to compare

2024-10-20

Chores

Features

Refactors

Tests

see CHANGELOG.md for more details

v0.0.18

06 Sep 21:25
e7016fa
Compare
Choose a tag to compare

2024-09-06

Chores

  • switch from allow(x) to `expect(x), [0bcaedb]
  • dependencies updated, [ba856c7]

Fixes

Refactors

see CHANGELOG.md for more details

v0.0.17

14 Aug 22:02
834f6d0
Compare
Choose a tag to compare

2024-08-14

Chores

Features

  • improve healthcheck, should now be correct, [e89e39a]

Refactors

  • switch from /dev/shm to /ramdrive, [24160e5]

see CHANGELOG.md for more details

v0.0.16

08 Aug 21:00
c1f5f55
Compare
Choose a tag to compare

2024-08-08

Features

  • implement user device cache management, [676d703]

Refactors

  • replace OnceCell with std::sync::LazyLock, [c659382]

see CHANGELOG.md for more details

v0.0.15

27 Jul 22:27
baa5526
Compare
Choose a tag to compare

2024-07-27

Chores

Fixes

  • Docker files updated, [afc6f8b]
  • run.sh, [e31e50c]
  • connect to postgres with new_without_pgpass(), [68c8ca2]

see CHANGELOG.md for more details

v0.0.14

17 Jun 23:00
ecfaac2
Compare
Choose a tag to compare

2024-06-17

Chores

Features

Fixes

Refactors

see CHANGELOG.md for more details

v0.0.13

07 May 16:48
baa05d3
Compare
Choose a tag to compare

2024-05-07

Chores

Features

  • show name & version at application start, [90c046b]

Fixes

Refactors

  • use &str instead of String, [f39364f]

Tests

  • redis dependency import, [29fb209]

see CHANGELOG.md for more details

v0.0.12

01 Apr 20:12
6918b1f
Compare
Choose a tag to compare

2024-04-01

Chores

Docs

Features

Fixes

  • docker-compose api memory limit reduction, [3bd58f3]

Refactors

  • redundant as ref clone, [485c875]
  • remove docker-compose version, [cb7bfe0]

see CHANGELOG.md for more details

v0.0.11

11 Feb 22:55
67c5f87
Compare
Choose a tag to compare

2024-02-11

Chores

Features

  • switch redis client to Fred, [e55a091]

Fixes

  • authentication & token, [9d62454]
  • change Arc<Mutex> to ConnectionManager (now redundant) [e184f72]
  • create_release typo, [47b4e85]
  • increase api memory limit, [f39bf8c]

Refactors

  • authentication, [0d85b09]
  • authenticate backup codes, tests added, [b626222]
  • Docker setup reduced, [50a0785]
  • sql queries formatted, [1c6403f]

see CHANGELOG.md for more details

v0.0.10

29 Jan 21:52
Compare
Choose a tag to compare

2024-01-29

CHores

Fixes

  • argon debug/release cfg, [f01ed9b]

Refactors

see CHANGELOG.md for more details