Skip to content

Releases: wasabipesto/nice

v3.2.7

23 Dec 18:29

Choose a tag to compare

  • Allow the client to retry on request errors and add a bit more logging in case failures continue
  • Add CORS headers directly to the API instead of through CDN
  • Add some more logging in the server for an edge case
  • Drastically improve scheduled job downsampling performance
  • Fix WASM builds by gating the rand crate behind the database feature
  • Update dependencies

v3.2.6

22 Dec 05:19

Choose a tag to compare

  • Update web chart formatting
  • Add additional indexes to the database
  • Add database connection pooling to the API server
  • Add better logging, tracing, and error handling to the API server
  • Drastically speed up claims via the API
  • Show API server error responses in the client
  • Add CI builds for 32-bit Linux

v3.2.5

20 Dec 04:27

Choose a tag to compare

  • Bump to force CI test release

v3.2.4

20 Dec 04:11

Choose a tag to compare

  • Additional retries and exponential backoff in client
  • Faster docker builds in CI

Nice v3.2.3

18 Dec 02:28

Choose a tag to compare

  • Update dependencies
  • Bump rust edition to 2024
  • Migrate openssl-tls to rustls-tls
  • Re-enable multi-platform builds and testing CI
  • Allow setting client options via environment variables
  • Add client dockerfile and publish images to GHCR

Nice v3.2.1

27 Aug 01:58

Choose a tag to compare

Fixes a bug where the native client would crash upon beginning the second iteration of a --repeat loop due to rayon's thread pool already being initialized.

Nice 3.2.0

27 Aug 00:01

Choose a tag to compare

Notable new features:

  • WebAssembly module, integrated into the search page found at https://nicenumbers.net/search/
  • Native client progress bars and parallelization. Both are enabled by default, but you can silence the progress bar with --quiet and you can customize the number of threads with --threads.