Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: maxpert/marmot

Tags

v0.8.5-beta.3

Toggle v0.8.5-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #72 from arnarg/add-tls-support

Add support for TLS configuration for NATS

v0.8.5-beta.2

Toggle v0.8.5-beta.2's commit message
Using CBOR instead of GOB

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update demo.mdx

v0.8.4-beta.7

Toggle v0.8.4-beta.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #64 from maxpert/stream-config-update

Updating stream config at boot time if settings not match up

v0.8.4-beta.6

Toggle v0.8.4-beta.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #66 from maxpert/webdav-snapshot

Adding support for WebDAV snapshots

v0.8.4-beta.5

Toggle v0.8.4-beta.5's commit message
Retrying download only on 503 status code

v0.8.4-beta.3

Toggle v0.8.4-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #63 from maxpert/perodic-snapshot

Periodic snapshot support

v0.8.4-beta.2

Toggle v0.8.4-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #61 from maxpert/dns-discovery

Adding A/AAAA DNS discovery for cluster peers

v0.8.4-beta.1

Toggle v0.8.4-beta.1's commit message
Watching changes in read-only transaction

Previously Marmot only relied on simple file watching in order to
capture changes. This was problematic with tools like PocketBase
that would cause no changes to show up and rely on polling to
capture any changes that were not reflected in DB or WAL. By
starting read transaction SQLite will enforce the WAL
changes to be reflected in watch events.

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md