Skip to content

Releases: embano1/memlog

v0.4.6

02 Jun 07:42
v0.4.6
4cf941d
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump actions/checkout from 3 to 4 by @dependabot in #73
  • chore(deps): Bump gotest.tools/v3 from 3.5.0 to 3.5.1 by @dependabot in #75
  • chore(deps): Bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #76
  • chore(deps): Bump codecov/codecov-action from 3 to 4 by @dependabot in #74
  • chore: update go versions and codecov action by @embano1 in #78
  • chore(deps): Bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #77
  • chore(deps): Bump actions/stale from 8 to 9 by @dependabot in #80
  • chore(deps): Bump actions/setup-go from 4 to 5 by @dependabot in #79
  • chore(deps): Bump github/codeql-action from 2 to 3 by @dependabot in #81
  • chore(deps): Bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #82
  • chore(deps): Bump andstor/file-existence-action from 2 to 3 by @dependabot in #83
  • chore(deps): Bump codecov/codecov-action from 3 to 4 by @dependabot in #84
  • chore(deps): Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #85
  • chore(deps): Bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #86
  • chore(deps): Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #87
  • chore(deps): Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #88

Full Changelog: v0.4.5...v0.4.6

v0.4.5

04 Sep 14:54
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump golang.org/x/sync from 0.1.0 to 0.2.0 by @dependabot in #67
  • chore(deps): Bump actions/stale from 7 to 8 by @dependabot in #64
  • chore(deps): Bump github.com/benbjohnson/clock from 1.3.0 to 1.3.4 by @dependabot in #68
  • chore: bump setup-go to v4 by @embano1 in #69
  • chore(deps): Bump github.com/benbjohnson/clock from 1.3.4 to 1.3.5 by @dependabot in #70
  • Update workflows and deps by @embano1 in #72

Full Changelog: v0.4.4...v0.4.5

v0.4.4

14 Jan 22:52
0c8a558
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

07 Jul 12:29
a79cb94
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump actions/stale from 3 to 5 by @dependabot in #43
  • chore(deps): Bump actions/checkout from 2 to 3 by @dependabot in #45
  • chore(deps): Bump gotest.tools/v3 from 3.0.3 to 3.3.0 by @dependabot in #46
  • chore(deps): Bump github/codeql-action from 1 to 2 by @dependabot in #47
  • chore(deps): Bump codecov/codecov-action from 1 to 3 by @dependabot in #49
  • Update tparse by @embano1 in #51
  • chore(deps): Bump golangci/golangci-lint-action from 2 to 3 by @dependabot in #48
  • chore(deps): Bump github.com/benbjohnson/clock from 1.1.0 to 1.3.0 by @dependabot in #44

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 Mar 10:22
1a98db4
Compare
Choose a tag to compare

What's Changed

  • performance opt: using copy instead of append by @spongecaptain in #38
  • Update README by @embano1 in #41
  • Sharding example uses len(keys) by @embano1 in #42

New Contributors

  • @spongecaptain made their first contribution in #38

Full Changelog: v0.4.1...v0.4.2

v0.4.1

08 Feb 15:37
d374463
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 Feb 16:03
43b8598
Compare
Choose a tag to compare

💫 Highlights

New sharded.Log implementation for key-based sharding (partitioning).

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

18 Jan 12:52
d6fb376
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 Jan 17:05
f688f35
Compare
Choose a tag to compare

💫 Highlights

New ReadBatch() API for batch operations.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 Jan 19:27
2217871
Compare
Choose a tag to compare

💫 Highlights

Stream() now uses an iterator approach to simplify the API usage and user experience.

What's Changed

Full Changelog: v0.1.1...v0.2.0