Releases: daichitakahashi/rsmap
Releases · daichitakahashi/rsmap
v0.0.4
What's Changed
- Implement multiple resource lock by @daichitakahashi in #50
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Get expected coverage by @daichitakahashi in #31
- Update workflows/test.yaml: fix coverage extraction by @daichitakahashi in #33
- More test by @daichitakahashi in #34
- Update test: use relative path as
rsmapDir
by @daichitakahashi in #35 - Update dependabot.yml: add check for GitHub Actions by @daichitakahashi in #36
- Update cmd/viewlogs: show logs of all resources by @daichitakahashi in #38
- Bump actions/upload-pages-artifact from 1 to 2 by @dependabot in #37
- Bump golang.org/x/mod from 0.12.0 to 0.13.0 by @dependabot in #41
- Bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #40
- Bump github.com/daichitakahashi/deps from 0.0.3 to 0.4.0 by @daichitakahashi in #42
- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #43
- Bump go.etcd.io/bbolt from 1.3.7 to 1.3.8 by @dependabot in #45
- Bump golang.org/x/mod from 0.13.0 to 0.14.0 by @dependabot in #46
- Bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #47
- Bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #48
- Bump actions/setup-go from 4 to 5 by @dependabot in #49
- Add documents by @daichitakahashi in #39
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Do not (*http.Server).Shutdown() immediately by @daichitakahashi in #26
- Check if
${rsmapDir}/logs.db
and${rsmapDir}/addr
already exists as directory by @daichitakahashi in #29 - Update internal/ctl: re-implement channel-based semaphore by @daichitakahashi in #30
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Reworking control core by @daichitakahashi in #1
- Rework resource map by @daichitakahashi in #2
- Add
(*Resource).RLock()
and(*Resource).Lock()
by @daichitakahashi in #3 - Update README.md: add Go Reference badge by @daichitakahashi in #4
- Enhance logs for debugging by @daichitakahashi in #5
- Fix deadlock by @daichitakahashi in #8
- Add "failed" status to init by @daichitakahashi in #10
- Add
logs.Callers
to retain caller context by @daichitakahashi in #11 - Add protobuf schema
internal.proto.logs.v1
by @daichitakahashi in #13 - Update logs: use random uint32 value to create hash by @daichitakahashi in #15
- Improve viewlogs by @daichitakahashi in #16
- Add testing workflow by @daichitakahashi in #19
- Fix data race by @daichitakahashi in #20
- Actions/tagpr by @daichitakahashi in #21
- Bump gotest.tools/v3 from 3.4.0 to 3.5.1 by @dependabot in #22
New Contributors
- @daichitakahashi made their first contribution in #1
- @dependabot made their first contribution in #22
Full Changelog: https://github.com/daichitakahashi/rsmap/commits/v0.0.1