Skip to content

Releases: sndnv/stasis

v1.7.4

10 Apr 12:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

The containerized services identity, identity-ui, server and server-ui now support both the amd64 and arm64 platforms.

v1.7.1

02 Apr 10:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Minor migration and workflow bug fixes

v1.7.0

30 Mar 21:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • Add dataset entry size and number of changes
  • Improve client UX
  • Minor fixes for analytics entry failures
  • Dependency updates

Full Changelog: v1.6.2...v1.7.0

v1.6.2

13 Mar 12:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Replaced Path usage with plain strings (remove unnecessary path/string manipulation)
  • Replaced in-memory hashmap storing filesystem metadata with a prefix tree (trie)
  • Dependency updates and minor maintenance tasks

v1.6.1

17 Jan 06:43
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • [client-android] Fixed various issues with caching
  • [client-android] Small bug fixes and UI improvements
  • Fixed client install/uninstall scripts

v1.6.0

06 Jan 06:15
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Updates server to support actions and events
  • Updates Android config to set build time based on git commit
  • Updates Android client caching for improved usability
  • Updates desktop client CLI and UI to support a larger range of client maintenance tasks
  • Dependency updates
  • Various fixes and UI improvements

v1.5.0

01 Jul 07:53

Choose a tag to compare

  • Service Discovery - the clients are now able to ask their initial server for their actual contact points (for the purposes of load balancing and failure recovery)
  • Client Analytics - Adds support for collecting client telemetry information (see #63 for details)
  • extract layers submodule as its own library
  • minor bug fixes, improvements and dependency updates

v1.4.2

24 Feb 22:39

Choose a tag to compare

Minor bug fixes and improvements

v1.4.1

11 Feb 13:15

Choose a tag to compare

  • [client-android] Fix rendering bug in home fragment
  • [core] Add missing command store migration

v1.4.0

11 Feb 10:46

Choose a tag to compare

  • Add support for device commands - the server is able to send commands to clients; see #56 for more information
  • [android] Add support for defining custom local schedules
  • [android] Disallow data-intensive operations on metered or restricted networks
  • Minor updates and fixes