This repository has been archived by the owner on May 15, 2024. It is now read-only.
v0.2.2
What's Changed
- Update Dockerfile to build with go1.21 by @gammazero in #150
- fix: fill/rename LastVerified -> LastUpdated in replica by @elijaharita in #136
- Add goroutine leak detection to unit test by @gammazero in #152
- chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 in /integration/ribs by @dependabot in #158
- chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #157
- Use a concrete release of singularity for integration test by @gammazero in #151
- Modify replica struct to better describe deal spanning by @gammazero in #153
- Update .env.example by @Angelo-gh3990 in #154
- Do not use undocumented channel size by @gammazero in #159
- Update singularity dependency to latest by @gammazero in #160
- Add health check to Singularity API by @xinaxu in #164
- Fix incorrect Singularity API flag by @xinaxu in #166
- Update README.md by @Angelo-gh3990 in #170
- Correct when the the current network global var is set by @xinaxu in #167
- feat: api schema tests by @elijaharita in #168
- Use last_verified_at in Singularity as deal updated_at by @xinaxu in #172
- Document and slightly improve local devnet setup for local testing by @rvagg in #171
- Tag singularity metrics to motion by @xinaxu in #177
- chore!: replace "Replicas" with "replicas" in JSON response by @rvagg in #176
- Set identity during admin init by @xinaxu in #181
- feat: force packing if threshold is not reached after a configurable duration by @elijaharita in #178
- fix: motionularity depends on devnet, not devnet on motionularity by @rvagg in #198
- fix: docker compose down with --rmi=local on cleanup by @rvagg in #199
- fix: clean up error logging (logging + returning identical errors) by @elijaharita in #194
- feat: update motion cloudserver to 0.1.1 in test package by @elijaharita in #197
- Return appropriate error for out of range vs syntax by @gammazero in #211
- Fix use of path where filepath is needed by @gammazero in #210
- Optimize retrieval to do minimal fetcher from singularity by @gammazero in #195
- Improve logging with consistent use of structured logging by @gammazero in #212
- Remove redundant package name from type name by @gammazero in #213
- Update to latest singularity version by @gammazero in #214
- New version by @gammazero in #215
New Contributors
- @Angelo-gh3990 made their first contribution in #154
- @xinaxu made their first contribution in #164
- @rvagg made their first contribution in #171
Full Changelog: v0.2.1...v0.2.2