-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DS-12892: Add Workers Analytics Engine binding #1133
Merged
jacobbednarz
merged 3 commits into
cloudflare:master
from
jimhawkridge:jhawkridge/DS-12892_add_workers_analytics_engine_binding
Nov 24, 2022
Merged
DS-12892: Add Workers Analytics Engine binding #1133
jacobbednarz
merged 3 commits into
cloudflare:master
from
jimhawkridge:jhawkridge/DS-12892_add_workers_analytics_engine_binding
Nov 24, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
changelog detected ✅ |
this looks good @jimhawkridge . if you can add the CHANGELOG, we can get this merged. |
thanking you! |
jimhawkridge
deleted the
jhawkridge/DS-12892_add_workers_analytics_engine_binding
branch
November 24, 2022 09:29
This functionality has been released in v0.56.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
kodiakhq bot
referenced
this pull request
in cloudquery/cloudquery
Jan 1, 2023
…7.1 (#6186) BEGIN_COMMIT_OVERRIDE fix(deps): Update module github.com/cloudflare/cloudflare-go to v0.57.1 BREAKING-CHANGE: The deprecated `enabled` column was removed for the `cloudflare_worker_routes` table. See more in https://github.com/cloudflare/cloudflare-go/blob/677a9006b5bf5692981c5a45433315358de9437e/workers.go#L45 END_COMMIT_OVERRIDE This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | require | minor | `v0.55.0` -> `v0.57.1` | --- ### Release Notes <details> <summary>cloudflare/cloudflare-go</summary> ### [`v0.57.1`](https://github.com/cloudflare/cloudflare-go/releases/tag/v0.57.1) [Compare Source](https://github.com/cloudflare/cloudflare-go/compare/v0.57.0...v0.57.1) ENHANCEMENTS: - tiered_cache: Add support for Tiered Caching interactions for setting Smart and Generic topologies ([#​1149](https://github.com/cloudflare/cloudflare-go/issues/1149)) BUG FIXES: - workers: correctly set `body` value for non-ES module uploads ([#​1155](https://github.com/cloudflare/cloudflare-go/issues/1155)) ### [`v0.57.0`](https://github.com/cloudflare/cloudflare-go/releases/tag/v0.57.0) [Compare Source](https://github.com/cloudflare/cloudflare-go/compare/v0.56.0...v0.57.0) REAKING CHANGES: - workers: API operations now target account level resources instead of older zone level resources (these are a 1:1 now) ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) - workers: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) - workers_bindings: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) - workers_cron_triggers: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) - workers_kv: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) - workers_routes: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) - workers_secrets: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) - workers_tails: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) NOTES: - workers: all worker methods have been split into product ownership(-ish) files ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) - workers: all worker methods now require an explicit `ResourceContainer` for endpoints instead of relying on the globally defined `api.AccountID` ([#​1137](https://github.com/cloudflare/cloudflare-go/issues/1137)) ENHANCEMENTS: - managed_networks: add CRUD functionality for managednetworks ([#​1148](https://github.com/cloudflare/cloudflare-go/issues/1148)) DEPENDENCIES: - deps: bumps goreleaser/goreleaser-action from 3.2.0 to 4.1.0 ([#​1146](https://github.com/cloudflare/cloudflare-go/issues/1146)) ### [`v0.56.0`](https://github.com/cloudflare/cloudflare-go/releases/tag/v0.56.0) [Compare Source](https://github.com/cloudflare/cloudflare-go/compare/v0.55.0...v0.56.0) BREAKING CHANGES: - pages: Changed the type of EnvVars in PagesProjectDeploymentConfigEnvironment & PagesProjectDeployment in order to properly support secrets. ([https://github.com/cloudflare/cloudflare-go/issues/1136](https://github.com/cloudflare/cloudflare-go/issues/1136)) ENHANCEMENTS: - cache_rules: add ignore option to query string struct ([https://github.com/cloudflare/cloudflare-go/issues/1140](https://github.com/cloudflare/cloudflare-go/issues/1140)) - pages: Updates bindings and other Functions related propreties. Service bindings, secrets, fail open/close and usage model are all now supported. ([https://github.com/cloudflare/cloudflare-go/issues/1136](https://github.com/cloudflare/cloudflare-go/issues/1136)) - workers: Support for Workers Analytics Engine bindings ([https://github.com/cloudflare/cloudflare-go/issues/1133](https://github.com/cloudflare/cloudflare-go/issues/1133)) DEPENDENCIES: - deps: bumps github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 ([https://github.com/cloudflare/cloudflare-go/issues/1139](https://github.com/cloudflare/cloudflare-go/issues/1139)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is required by cloudflare/terraform-provider-cloudflare#2051 and was manually tested as part of that.
I've also extended an existing unit test similar to what was done for the R2 binding.