Releases: sdcio/data-server
Releases · sdcio/data-server
v0.0.46
Full Changelog: v0.0.45...v0.0.46
v0.0.45
What's Changed
- Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 by @dependabot in #194
- Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #193
- Bump go.uber.org/mock from 0.4.0 to 0.5.0 by @dependabot in #192
- Different fixes by @steiler in #196
Full Changelog: v0.0.44...v0.0.45
v0.0.44
What's Changed
- ChoiceCaseResolver: bug with running by @steiler in #187
- LeafList yang-parser compatibility by @alexandernorth in #184
- Bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in #186
- Identityref-Identity prefix improvements and EmptyVal implementation by @alexandernorth in #185
- Bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in #188
- Tree: ToJson() / ToJsonIetf() by @steiler in #189
- GetData: Json via Tree by @steiler in #190
Full Changelog: v0.0.43...v0.0.44
v0.0.43
Changelog
- 7349d4f: Bump github.com/jellydator/ttlcache/v3 from 3.2.1 to 3.3.0 (@dependabot[bot])
- d938677: Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (@dependabot[bot])
- 3c79b39: Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (@dependabot[bot])
- b4fe9bd: Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (@dependabot[bot])
- 9b8d37f: Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (@dependabot[bot])
- c1af82c: Identityref to take prefix into account (@steiler)
- 9bf210d: Identityref to take prefix into account (@steiler)
- 4cb85ad: Merge branch 'sdcio:main' into fix/config-apply-schema-errors (@alexandernorth)
- 8773dd0: Merge branch 'sdcio:main' into fix/config-apply-schema-errors (@alexandernorth)
- 7068418: Merge branch 'sdcio:main' into fix/config-apply-schema-errors (@alexandernorth)
- 7dc68a6: Merge pull request #173 from alexandernorth/fix/config-apply-schema-errors (@steiler)
- faf318e: Merge pull request #174 from sdcio/dependabot/go_modules/github.com/jellydator/ttlcache/v3-3.3.0 (@steiler)
- 4daf855: Merge pull request #175 from sdcio/dependabot/go_modules/google.golang.org/grpc-1.66.0 (@steiler)
- e012382: Merge pull request #176 from sdcio/fixminormuststmt (@steiler)
- d30d275: Merge pull request #179 from sdcio/identityref (@steiler)
- d87202b: Merge pull request #180 from sdcio/fixjsonbuilder (@steiler)
- 579fe85: Merge pull request #181 from sdcio/deref (@steiler)
- e7d0725: Merge pull request #182 from sdcio/dependabot/go_modules/github.com/prometheus/client_golang-1.20.3 (@steiler)
- f0e3a40: Merge pull request #183 from sdcio/dependabot/go_modules/google.golang.org/grpc-1.66.2 (@steiler)
- 6eb5daa: add deref to schema (@steiler)
- 40432fc: add validation unittest suite (@steiler)
- 7efd448: added missing switch cases for uint64/int64/empty (@alexandernorth)
- b0bcd46: fix empty type validation (@alexandernorth)
- c85f80f: fixing json builder by adjusting value types (@steiler)
- d4eea55: make target to format schema (@steiler)
- 89f1dee: update (@steiler)
- aa04eee: update (@steiler)
- 48e07ae: update (@steiler)
- 7969d6b: update mods (@steiler)
- a13f0c7: update tests (@steiler)
- 2ebda70: validate ranges (@steiler)
v0.0.42
Changelog
- a653adf: Bump github.com/beevik/etree from 1.3.0 to 1.4.1 (@dependabot[bot])
- 530fc0d: Bump github.com/jellydator/ttlcache/v3 from 3.2.0 to 3.2.1 (@dependabot[bot])
- b12457e: Bump github.com/openconfig/gnmic/pkg/api from 0.1.2 to 0.1.8 (@dependabot[bot])
- b35eeb2: Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (@dependabot[bot])
- b46354e: Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (@dependabot[bot])
- b4d381b: Bump github.com/scrapli/scrapligo from 1.2.0 to 1.3.2 (@dependabot[bot])
- 991892b: LeafVariants fix shouldDelete when just running exits (@steiler)
- 9a5fbf0: Load Defaults (@steiler)
- 56b2f36: Merge branch 'main' into dependabot/go_modules/github.com/scrapli/scrapligo-1.3.2 (@steiler)
- 259df43: Merge pull request #163 from sdcio/dependabot/go_modules/github.com/prometheus/client_golang-1.20.0 (@steiler)
- a073e39: Merge pull request #164 from sdcio/dependabot/go_modules/github.com/scrapli/scrapligo-1.3.2 (@steiler)
- d3efb75: Merge pull request #165 from sdcio/dependabot/go_modules/github.com/beevik/etree-1.4.1 (@steiler)
- 7950c5d: Merge pull request #166 from sdcio/dependabot/go_modules/github.com/openconfig/gnmic/pkg/api-0.1.8 (@steiler)
- c21e74f: Merge pull request #167 from sdcio/treeaddrunning (@steiler)
- b3d57ef: Merge pull request #168 from sdcio/dependabot/go_modules/github.com/prometheus/client_golang-1.20.2 (@steiler)
- 7865a70: Merge pull request #170 from sdcio/dependabot/go_modules/github.com/jellydator/ttlcache/v3-3.2.1 (@steiler)
- 8a68b19: Merge pull request #171 from sdcio/migrateValidationToTree (@steiler)
- e796c46: MustStmt Validation Working (@steiler)
- 08df705: ToPath resolve locally (@steiler)
- 3273398: TreeSchemaCacheClient RWMutex for SchemaIndex (@steiler)
- de3b9f8: Validate Length & Validate for Highes Precedence not by owner (@steiler)
- c7541a9: activate mandatory check (@steiler)
- 9294112: add tests to TreeSchemaCacheClientImpl (@steiler)
- 85f588a: expand synced keys as leafs (@steiler)
- 7a2676b: fix mandatory validation (@steiler)
- 4490e42: fix testdata validation (@steiler)
- 97632da: fixing must stmt issues (@steiler)
- 55085f4: leafrefvalidation via tree (@steiler)
- c64143b: logging improvements (@steiler)
- f5394c0: populateTreeWithRunning (@steiler)
- e4c48b0: sharedEntryAttributes NavigateSdcpbPath() adding tryLoadingDefault (@steiler)
- 704ab11: tests (@steiler)
- 20d1e45: update (@steiler)
- 68a6938: update deps (@steiler)
- bec6dc6: update go.mod (@steiler)
- fcc60f4: update mod (@steiler)
- e8b966e: update tests (@steiler)
v0.0.41
Changelog
- 40053c2: Bump github.com/jellydator/ttlcache/v3 from 3.1.1 to 3.2.0 (@dependabot[bot])
- af8d6f5: Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (@dependabot[bot])
- a46e5b3: Bump goreleaser/goreleaser-action from 5 to 6 (@dependabot[bot])
- fe26f2f: Bump sigs.k8s.io/controller-runtime from 0.17.0 to 0.18.3 (@dependabot[bot])
- 645e1e9: Merge branch 'main' into dependabot/go_modules/github.com/spf13/cobra-1.8.0 (@steiler)
- 90b7564: Merge branch 'main' into dependabot/go_modules/sigs.k8s.io/controller-runtime-0.18.3 (@steiler)
- 732a089: Merge branch 'main' into netconfWarning (@steiler)
- 6fda690: Merge pull request #107 from sdcio/dependabot/go_modules/github.com/jellydator/ttlcache/v3-3.2.0 (@steiler)
- ca41804: Merge pull request #144 from sdcio/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.18.3 (@steiler)
- 70674ef: Merge pull request #159 from sdcio/dependabot/github_actions/goreleaser/goreleaser-action-6 (@steiler)
- 85aac6c: Merge pull request #160 from sdcio/setintentrequestNoDevDelete (@steiler)
- 0fda1c6: Merge pull request #161 from sdcio/testfixes (@steiler)
- 74fa8fd: Merge pull request #162 from sdcio/netconfWarning (@steiler)
- 9364982: Merge pull request #20 from sdcio/dependabot/go_modules/github.com/spf13/cobra-1.8.0 (@steiler)
- ae90642: Only if not the OnlyIntended flag is set, we transact to the device (@steiler)
- 48bb581: cleanup function signatures (@steiler)
- 620a699: fix (@steiler)
- 12e5443: fix entry_test (@steiler)
- cefa7f1: fix nc tests (@steiler)
- 9911b66: propagate netconf warnings in SetIntentResponse (@steiler)
- 9224c46: range and length based on SchemaMinMaxType (@steiler)
- 31966b0: update (@steiler)
v0.0.40
Changelog
- bc24774: LeafList Min- & Max-Element validation (@steiler)
- 53e839a: Making it possible to also lookup modules (@steiler)
- 300b4d6: Merge pull request #154 from sdcio/deviations1 (@steiler)
- 1693ada: Merge pull request #156 from sdcio/fixing#155 (@steiler)
- f15cbe3: Merge pull request #157 from sdcio/fixmodulelookup (@steiler)
- 51560b2: choiceCasesResolver: fixing GetElemName() (@steiler)
- 6681771: report managed, but deleted config as deviation (@steiler)
- 1ede93b: update dependency (@steiler)
- 40bac7e: validate Pattern (@steiler)
v0.0.39
v0.0.38
Changelog
- 6be5eaf: Merge pull request #153 from sdcio/sonic-version-bump (@hansthienpondt)
- 563c999: bumping schema-server version to v0.0.17 (@hansthienpondt)
- 062255a: go mod tidy (@hansthienpondt)
v0.0.37
Changelog
- ae63883: Merge pull request #117 from sdcio/multi-root-nc-reponse (@karimra)
- 761310f: Merge pull request #122 from sdcio/fixsrlgetyang (@steiler)
- f122648: Merge pull request #123 from sdcio/tests (@steiler)
- 4cf215d: Merge pull request #133 from sdcio/leafrefcurrent (@steiler)
- a99b774: Merge pull request #135 from sdcio/fix-builds (@hansthienpondt)
- e5731a9: StripPathElemPrefix: fix namespace in key (@steiler)
- 5e77b24: Sync via periodic gnmi get (#130) (@steiler)
- be2f4fa: added codeowners file (@henderiw)
- 5884c7d: added license (@henderiw)
- f5ca13b: bump sdc protos versions to allow sync via periodic gnmi gets (@hansthienpondt)
- 4ad203c: change to root children (@karimra)
- 199e4a6: expandUpdate: JsonIetf string conversion (@steiler)
- a4401d5: fix copy from provided version not from latest (@steiler)
- 796568a: fix must statement tests (@steiler)
- cd5fe92: fix string conversion (@steiler)
- abdc7e3: fix test (@karimra)
- 0891f5e: fixing leafref validation (removing early return nil) (@steiler)
- 326e74c: leafref tests (@steiler)
- f411f7b: leafref: make current() and relative keys work in predicates (@steiler)
- 6998440: license (@steiler)
- 8b363a8: second try (@karimra)
- 705b571: support netconf responses with multiple root nodes (@karimra)
- 7d48a3c: update (@steiler)
- 7ad6ca8: update colocated tests (@steiler)
- 16fe990: update robot client library (@steiler)
- 993230b: update tests (@steiler)
- e8e7ab1: updated ownerfile (@henderiw)