Skip to content

Commit 8b331d0

Browse files
authored
prepare for std uri template 2 and date time drop (#190)
* prepare for std uri template 2 and date time drop * improve coverage * reduce complexity * Update dependecy
1 parent 7579d75 commit 8b331d0

File tree

5 files changed

+751
-569
lines changed

5 files changed

+751
-569
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
### Changed
15+
16+
## [1.8.0] - 2024-07-09
17+
18+
- Remove native support for date in `std-uritemplate` [#1.8.0](https://github.com/microsoft/kiota-abstractions-go/issues/183)
19+
1420
### Added
1521

1622
## [1.7.0] - 2024-07-09

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/cjlapao/common-go v0.0.39
77
github.com/google/uuid v1.6.0
8-
github.com/std-uritemplate/std-uritemplate/go v0.0.57
8+
github.com/std-uritemplate/std-uritemplate/go v1.0.6
99
github.com/stretchr/testify v1.9.0
1010
go.opentelemetry.io/otel v1.24.0
1111
go.opentelemetry.io/otel/trace v1.24.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
1616
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
1717
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1818
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
19-
github.com/std-uritemplate/std-uritemplate/go v0.0.57 h1:GHGjptrsmazP4IVDlUprssiEf9ESVkbjx15xQXXzvq4=
20-
github.com/std-uritemplate/std-uritemplate/go v0.0.57/go.mod h1:rG/bqh/ThY4xE5de7Rap3vaDkYUT76B0GPJ0loYeTTc=
19+
github.com/std-uritemplate/std-uritemplate/go v1.0.6 h1:XkCI5iBsbDxc9bYnFArKlgBkNvcw8St1UBJoNpYGCCo=
20+
github.com/std-uritemplate/std-uritemplate/go v1.0.6/go.mod h1:rG/bqh/ThY4xE5de7Rap3vaDkYUT76B0GPJ0loYeTTc=
2121
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
2222
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
2323
go.opentelemetry.io/otel v1.24.0 h1:0LAOdjNmQeSTzGBzduGe/rU4tZhMwL5rWgtp9Ku5Jfo=

0 commit comments

Comments
 (0)