From 27be53eef6c3092d801cfaac3e36f491f6d4e256 Mon Sep 17 00:00:00 2001 From: bucketeer-bot Date: Wed, 28 Feb 2024 11:28:11 +0000 Subject: [PATCH 1/2] docs: update go.mdx to v1.3.6 --- docs/changelog/server-side/go.mdx | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 docs/changelog/server-side/go.mdx diff --git a/docs/changelog/server-side/go.mdx b/docs/changelog/server-side/go.mdx new file mode 100644 index 0000000..2b34969 --- /dev/null +++ b/docs/changelog/server-side/go.mdx @@ -0,0 +1,48 @@ +--- +title: Go +slug: /changelog/server-side/go +toc_max_heading_level: 2 +--- + + + + +## [1.3.6](https://github.com/bucketeer-io/go-server-sdk/compare/v1.3.5...v1.3.6) (2024/02/28) + + +### Miscellaneous + +* update repository path ([#110](https://github.com/bucketeer-io/go-server-sdk/issues/110)) ([cae2883](https://github.com/bucketeer-io/go-server-sdk/commit/cae2883aeeee7a0e1f8f8bcf892371faa3e5a3e0)) + + +### Build System + +* update to go 1.20 and its dependencies ([#111](https://github.com/bucketeer-io/go-server-sdk/issues/111)) ([bf0af68](https://github.com/bucketeer-io/go-server-sdk/commit/bf0af681fb8d5ae7494ee25c2a6e41ff285231ca)) + +## [1.3.5](https://github.com/bucketeer-io/go-server-sdk/compare/v1.3.4...v1.3.5) (2023/06/23) + + +### Bug Fixes + +* sdk version not being updated ([#99](https://github.com/bucketeer-io/go-server-sdk/issues/99)) ([9ee80fb](https://github.com/bucketeer-io/go-server-sdk/commit/9ee80fb6f65388b0a5454e400e80d12682064155)) +* size metric event is reporting size incorrectly ([#102](https://github.com/bucketeer-io/go-server-sdk/issues/102)) ([61a9e39](https://github.com/bucketeer-io/go-server-sdk/commit/61a9e398d739a76e209985768382dbeeaf79ef5c)) + + +### Miscellaneous + +* support LatencySecond field ([#101](https://github.com/bucketeer-io/go-server-sdk/issues/101)) ([c38e0bb](https://github.com/bucketeer-io/go-server-sdk/commit/c38e0bb368759e00809c36ef32dc6a4f17e44b87)) + +## [1.3.4](https://github.com/bucketeer-io/go-server-sdk/compare/v1.3.3...v1.3.4) (2023/02/15) + + +### Miscellaneous + +* request to grpc server ([#96](https://github.com/bucketeer-io/go-server-sdk/issues/96)) ([500a8b0](https://github.com/bucketeer-io/go-server-sdk/commit/500a8b0df74dfc08a339c25f3fb6733b977b0a23)) +* support new metrics events ([#98](https://github.com/bucketeer-io/go-server-sdk/issues/98)) ([cc775c0](https://github.com/bucketeer-io/go-server-sdk/commit/cc775c0ee23d611e9f1ccd5b8a12591ae159a987)) From 48f0bfa3065547211b7a7ad60058c767247e965f Mon Sep 17 00:00:00 2001 From: Alessandro Yuichi Okimoto Date: Wed, 28 Feb 2024 20:54:59 +0900 Subject: [PATCH 2/2] docs: add go sdk changelog page Signed-off-by: Alessandro Yuichi Okimoto --- docs/changelog/changelog.mdx | 10 +++++++--- hack/update-changelog.sh | 2 +- sidebars.js | 12 +++++++++--- src/css/custom.css | 9 +++++++++ 4 files changed, 26 insertions(+), 7 deletions(-) diff --git a/docs/changelog/changelog.mdx b/docs/changelog/changelog.mdx index 325d2ad..9d33870 100644 --- a/docs/changelog/changelog.mdx +++ b/docs/changelog/changelog.mdx @@ -71,6 +71,13 @@ Server-side SDKs are designed for multi-user systems and intended for use in tru
+
+ + + Go + +
+
@@ -79,6 +86,3 @@ Server-side SDKs are designed for multi-user systems and intended for use in tru
- - - diff --git a/hack/update-changelog.sh b/hack/update-changelog.sh index 3778c05..2b9d0c3 100755 --- a/hack/update-changelog.sh +++ b/hack/update-changelog.sh @@ -15,7 +15,7 @@ echo "CHANGELOG_URL = $CHANGELOG_URL" echo "PWD = $PWD" # Download the CHANGELOG.md -curl -o $CHANGELOG_TEMP_FILE $CHANGELOG_URL +curl -f -o $CHANGELOG_TEMP_FILE $CHANGELOG_URL # Remove the first line (The H1 # CHANGELOG) sed -i'' -e '1d' $CHANGELOG_TEMP_FILE diff --git a/sidebars.js b/sidebars.js index f7bc3ac..419253f 100644 --- a/sidebars.js +++ b/sidebars.js @@ -137,7 +137,7 @@ const sidebars = { label: 'Audit Logs', className: 'sidebar-audit-logs', }, - + { type: 'html', value: "Experimentation", @@ -206,13 +206,13 @@ const sidebars = { type: 'doc', id: 'integration/index', }, - className: 'sidebar-overview', + className: 'sidebar-overview', items: [ 'integration/pushes', 'integration/notifications', ], }, - + { type: 'html', @@ -314,6 +314,12 @@ const sidebars = { value: "Server", defaultStyle: true, }, + { + type: 'doc', + id: 'changelog/server-side/go', + label: 'Go', + className: 'sidebar-go', + }, { type: 'doc', id: 'changelog/server-side/node-js', diff --git a/src/css/custom.css b/src/css/custom.css index a04edad..a6be4bd 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -962,6 +962,15 @@ code { margin: 0 auto; } +.sidebar-go > .menu__link:before, +.sidebar-go .menu__list-item-collapsible .menu__link:before { + background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 640 512' fill='%23795FA8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z'/%3E%3C/svg%3E"); +} + +.sidebar-go > .menu__link--active:before { + background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 640 512' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z'/%3E%3C/svg%3E"); +} + .sidebar-nodejs > .menu__link:before, .sidebar-nodejs .menu__list-item-collapsible .menu__link:before { background-image: url('data:image/svg+xml,');