Releases: MariHQ/mari
Releases · MariHQ/mari
Release list
v0.1.3
Mari v0.1.3
New
- Multiple connections per provider are now first class. The Add source
catalog lists each connected instance by name and offers Add another, and
connector cards can open the wizard preselected to their provider. - Sources can be given a display name when connecting, so two Confluence
sites or Slack workspaces are easy to tell apart. - Connecting something that is already connected now explains which source
is in the way and offers to edit it, instead of a dead-end error.
Removed
- The unused connectSource and disconnectSource GraphQL mutations. All
connector setup goes through the validated connect flow, which derives
the instance identity correctly. Pausing remains available by source id.
Packaging
- The Helm chart is attached as
mari-0.1.3.tgzwith image tags and digests
pointing at the v0.1.3 containers. - No database migrations.
helm upgrade --installwith your existing values
upgrades in place, and volumes and data are untouched.
v0.1.2
Mari v0.1.2
New
- Connector sources can now be removed outright. Remove, on the source card's
menu, deletes the source, its indexed documents, and its scheduled sync
flow after a confirm. Disconnect still just pauses syncing. Sync history
is kept, and removal is refused while a sync is running.
Packaging
- The Helm chart is attached as
mari-0.1.2.tgzwith image tags and digests
pointing at the v0.1.2 containers. - No database migrations.
helm upgrade --installwith your existing values
upgrades in place, and volumes and data are untouched.
v0.1.1
Mari v0.1.1
Fixed
- Reconnecting a disconnected source now works. Disconnecting pauses the
source, but adding the same provider again used to fail with "already
connected", which left no way to fix a bad config value such as a wrong
Confluence space key. Reconnecting now revives the paused source instead. - Sync failures on the Sources page now show the actual reason reported by
the connector instead of a generic message.
New
- Connector cards in the console now have an Edit connection action, so you
can change a source's settings without removing and re-adding it.
Packaging
- The Helm chart is attached to this release as
mari-0.1.1.tgz, and its
image tags now point at the v0.1.1 containers. - No database migrations in this release.
helm upgrade --installwith your
existing values upgrades in place, and volumes and data are untouched.
v0.1.0
What's Changed
- Add a License section to the README by @disquee in #4
- Repo hygiene for the open-source launch by @disquee in #11
- Let the demo Lambda pin a generation model at boot by @disquee in #12
- Bring the console up to the demo: brand fonts, real excerpts, Knowledge opens on a document by @disquee in #14
Full Changelog: v0.0.1...v0.1.0