Skip to content

Releases: checkmarble/marble

v0.05

13 Mar 14:30
Compare
Choose a tag to compare

Marble is available as a docker !

This release contains :
Backend

  • a fix for CSV ingestion

Frontend

  • the ability to open decisions in a second browser tab, without losing the filters

The major part of the release is the availability of Marble as a docker that you can self host on your computer or your own cloud.
Check the documentation for details

v0.04

05 Mar 13:43
Compare
Choose a tag to compare

Major version bump with unicity management in DB to ensure adequate performance of agregates.
First release with a decision to case automation

Frontend :

  • fix: error in decision tab of a scenario
  • feat: improve user auth error handling
  • feat: improve data formatting (date, number, links…) in decision viewer and case manager. You can now add an clackable URL to each object, for use in the decision viewer and case manager (helps sending the operators to the right page on your back office for eg).
  • feat: better instruction on how to deploy a scenario following the v0.03 performance refacto
  • feat: add role in user info (top left of the interface)
  • feat: new logic when opening an existing scenario (live if any, or most recent iteration)
  • data model tab: tables appear collapsed by default

Backend :

  • feat: automate decision to case creation (new field decision_to_case_inbox and decision_to_case_outcomes on the scenario (models, dto, db).
  • feat: unicity management : to ensure performance and consistency, you can now define "unique" fields within each table. Those fields can be used to create link between tables and avoid duplicates.
  • feat: store hashed value of generated api keys
  • fix: bug fixes on DB field read
  • reduced sentry sampling rate (backend)

If you are self-hosting Marble, you may have to run a migration script to ensure unicity for object_id and all other unique fields before this version bump.

V0.03 bugfix

26 Feb 09:47
Compare
Choose a tag to compare

Bugfix release

  • 1st login attempt fails fix
  • Better observability on Sentry (front)
  • Agregate frontend overflow correction
  • Bugfix on decision access that was partially broken in 0.03

V0.03 - DB performance & analytics

21 Feb 16:13
Compare
Choose a tag to compare

Backend :

  • Major performance update with auto index creation at scenario publication. Index creation is dynamicaly based on scenario agregates. It can generate a slight delay before a scenario can be effectively pushed to production, to allow time for the index creation.
  • New parser for file inputs
  • Add support for "relaxed" date format : YYYY-MM-DD hh:mm:ss format support added (strict ISO 8601 YYYY-MM-DDThh:mm:ssZ±[hh]:[mm] datestamps are still recommended )
  • Custom ports for database on self deployments
  • Refacto : executors are passed as parameters everywhere
  • Segment key added. Please keep them in your code! We do not track personal data, scenario content nor any type of sensible info. It helps us know what functionnalities are used the most to help us focus the roadmaps on the right priorities.

Frontend

  • Analytics page ! Based on Metabase public dashboard functionality
  • Inbox creation settings minor fix
  • Block deletion of List used in scenarios

v0.02 - bug fixes and improvements

07 Feb 16:29
1d08fea
Compare
Choose a tag to compare

Front

Case manager :

  • Added filter by case created for decisions
  • Added case state in decision list
  • Added explicit links in case manager

Rule Builder :
  • Edit Scenario name and description post creation

Data :
  • Improved errors on CSV ingestion

Misc :

  • Login bug fixes
  • Self serve API key generation

Cloud only :

  • Azure / Outlook SSO

v0.01 - initial opensource

02 Feb 13:47
1d08fea
Compare
Choose a tag to compare

Initial Opensource release