Go Ipam Versions Save

golang library for ip address management

v1.13.0

5 months ago

General Changes

! BREAKING

ipam.PrefixFrom now returns a ErrNotFound
  • PrefixFrom does not return a NotFound, fix this (#129) @majst01
  • Bump tj-actions/verify-changed-files from 16 to 17 in /.github/workflows (#134) @dependabot
  • New Linter with alot of new warnings, fix this (#130) @majst01

v1.12.6

7 months ago

General Changes

  • Update go deps, use postgres-16, change unmaintained actions plugin (#127) @majst01

v1.12.5

9 months ago

General Changes

  • Storage: local JSON file (#123) @nazarewk
  • Update databases, also fix one small nit (#124) @majst01

v1.12.4

9 months ago

General Changes

  • Build with go-1.21 and use slog instead of zap for logging (#122) @majst01

v1.12.3

10 months ago

General Changes

  • migrate to connectrpc (#120) @majst01

v1.12.2

10 months ago

General Changes

  • Add metrics (#119) @majst01
  • Update go deps, db version, alpine, buf (#117) @majst01
  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible (#115) @dependabot

v1.12.1

1 year ago

General Changes

  • Fix negative shift amount during prefix usage calc (#114) @majst01

v1.12.0

1 year ago

General Changes

  • Update deps, adjust Readme for namespaces (#110) @majst01
  • Support Namespaces (#96) @dave-tucker
  • Split CI Jobs for bench, container, compile and test (#107) @majst01
  • Bump golang.org/x/net from 0.6.0 to 0.7.0 (#106) @dependabot
  • Bump github.com/containerd/containerd from 1.6.17 to 1.6.18 (#103) @dependabot
  • postgres: Fix for complex passwords (#105) @dave-tucker
  • Fix postgres connection string (#102) @ralfonso

v1.11.6

1 year ago

General Changes

  • Fix proto Makefile (#101) @majst01

v1.11.5

1 year ago

General Changes

  • Update redis go client to v9 (#100) @majst01
  • Acquire specific child cidr (#98) @RealHarshThakur
  • Update deps, adjust fuzz testing (#97) @majst01