Skip to content

Releases: MariHQ/mari

v0.1.3

Choose a tag to compare

@disquee disquee released this 27 Aug 22:29

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.tgz with image tags and digests
    pointing at the v0.1.3 containers.
  • No database migrations. helm upgrade --install with your existing values
    upgrades in place, and volumes and data are untouched.

v0.1.2

Choose a tag to compare

@disquee disquee released this 27 Aug 21:48

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.tgz with image tags and digests
    pointing at the v0.1.2 containers.
  • No database migrations. helm upgrade --install with your existing values
    upgrades in place, and volumes and data are untouched.

v0.1.1

Choose a tag to compare

@disquee disquee released this 27 Aug 21:44

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 --install with your
    existing values upgrades in place, and volumes and data are untouched.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 05:13

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

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 04:55

What's Changed

  • Add web-v2: Brutalist Blueprint reskin of the Mari Cloud console by @disquee in #1
  • Add Apache-2.0 license by @disquee in #2
  • Allow GitHub noreply addresses in DCO sign-off by @disquee in #3

New Contributors

Full Changelog: https://github.com/MariHQ/mari/commits/v0.0.1