Skip to content

Releases: rotationalio/ensign

v0.12.8

11 Sep 21:26
5a5d36b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.7...v0.12.8

v0.12.7

03 Jul 16:18
7907825
Compare
Choose a tag to compare

HotFix to disable sandbox accounts for Rotational and commercial users.

Full Changelog: v0.12.6...v0.12.7

v0.12.6

03 Jul 16:09
8ff4b86
Compare
Choose a tag to compare

A frontend update to reduce error messages, doc updates, and updated logging 🪵 (for topic management methods)

Full Changelog: v0.12.5...v0.12.6

v0.12.5

25 Jan 22:39
40cc7dc
Compare
Choose a tag to compare

Continuing the sandbox improvements to streamline the creation process for our users 😎

Full Changelog: v0.12.4...v0.12.5

v0.12.4

19 Dec 21:59
313030c
Compare
Choose a tag to compare

Get started in our sandbox environment. Upgrade when you’re ready. We grow when you grow.

What's Changed

Full Changelog: v0.12.3...v0.12.4

v0.12.3

07 Dec 16:45
a61313d
Compare
Choose a tag to compare

Want to feel like a kid again? Stop by the Ensign Sandbox and start experimenting ☀️ No need to worry, and at no cost to you.

The Ensign U curriculum is available and filled with tips and guidance. Need a little more help to start building? Reach out to us at [email protected] or schedule a quick chat. We've got your back 😉

Full Changelog: v0.12.2...v0.12.3

v0.12.2

04 Dec 17:17
a849401
Compare
Choose a tag to compare

v0.12.2 includes improvements to the Topic Creation and API Key Creation workflows, increased frequency of updates to data in the events table, as well as a streamlined workflow for users to accept invites and collaborate with additional teams and organizations within Ensign!

Full Changelog: v0.12.1...v0.12.2

v0.12.1

29 Nov 14:34
01b2d68
Compare
Choose a tag to compare

Just a few improvements to the Ensign UI to ensure the best experience for our users 💙

Full Changelog: v0.12.0...v0.12.1

v0.12.0

23 Oct 00:56
9177831
Compare
Choose a tag to compare

Automated deduplication on topics is now available 🏋️ Let Ensign do the heavy lifting by managing data quality issues without you having to write custom code.

No need to worry about duplicate data in data sources that you are ingesting data from. We have several options that not only give you a lot of flexibility, but give you the ability to switch from one option to another without concern over data loss.

We've also made a lot of improvements to Ensign core including adding a memory efficient task scheduler, and the ability to destroy event objects when a topic is deleted. We've improved a lot of the internal functionality to make things faster, more efficient, and more consistent, and have fixed several bugs.

Automated Deduplication Options

There are a lot of ways to determine if two events are duplicates of each other. Ensign uses user-defined policies to figure out duplication. Policies you can set are:

  • Strict: Two events with identical metadata, data, mimetype, and type (though provenance, region, publisher, encryption, etc. may differ).
  • Datagram: Two events with identical data regardless of metadata, mimetype, or type information
  • Key Grouped: Two events with identical data and the same value for a user specified key or keys in the metadata
  • Unique Key Constraint: Two events with the same value for specified key or keys in the metadata (unique key index)
  • Unique Field Constraint*: Two events with the same value for a field or fields in the data (unique field index)
  • None: We store all events no matter what

*Note that the unique field constraint requires us to be able to process your data -- which we won't be able to do until we have a schema registry. So although this is technically a deduplication option, in practice it is not usable and will return not implemented errors.

One quick caveat: deduplication happens as a background process right now, not in realtime. However in our next release, we will add real-time deduplication and data quality checks!

Ensign UX/UI Updates

  • Beacon Home UI Improvements to allow users to easily view and change their settings
  • Additional user support including helpful starter videos and increased accessibility to resources

Full Changelog: v0.11.0...v0.12.0

v0.11.0

10 Oct 20:58
b2b6a20
Compare
Choose a tag to compare

Forgot your password? 🔐 We've got you covered. This release includes the password reset functionality, continued improvements to make rotational.io even more informative and user friendly, fixes to the login workflow, a fix for a pagination bug, increased code coverage on the frontend, and a new step-by-step guide in the docs!

Full Changelog: v0.10.0...v0.11.0