Skip to content
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

Conversation

jimhawkridge
Copy link
Contributor

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.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 23, 2022

changelog detected ✅

@jacobbednarz
Copy link
Member

this looks good @jimhawkridge . if you can add the CHANGELOG, we can get this merged.

@jacobbednarz jacobbednarz merged commit 286c0cd into cloudflare:master Nov 24, 2022
@jacobbednarz
Copy link
Member

thanking you!

@github-actions github-actions bot added this to the v0.56.0 milestone Nov 24, 2022
github-actions bot pushed a commit that referenced this pull request Nov 24, 2022
@jimhawkridge jimhawkridge deleted the jhawkridge/DS-12892_add_workers_analytics_engine_binding branch November 24, 2022 09:29
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2022

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 pushed a commit to cloudquery/cloudquery that referenced this pull request 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://togithub.com/cloudflare/cloudflare-go) | require | minor | `v0.55.0` -> `v0.57.1` |

---

### Release Notes

<details>
<summary>cloudflare/cloudflare-go</summary>

### [`v0.57.1`](https://togithub.com/cloudflare/cloudflare-go/releases/tag/v0.57.1)

[Compare Source](https://togithub.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 ([#&#8203;1149](https://togithub.com/cloudflare/cloudflare-go/issues/1149))

BUG FIXES:

-   workers: correctly set `body` value for non-ES module uploads ([#&#8203;1155](https://togithub.com/cloudflare/cloudflare-go/issues/1155))

### [`v0.57.0`](https://togithub.com/cloudflare/cloudflare-go/releases/tag/v0.57.0)

[Compare Source](https://togithub.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) ([#&#8203;1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137))
-   workers: method signatures have been updated to align with the upcoming client conventions ([#&#8203;1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137))
-   workers_bindings: method signatures have been updated to align with the upcoming client conventions ([#&#8203;1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137))
-   workers_cron_triggers: method signatures have been updated to align with the upcoming client conventions ([#&#8203;1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137))
-   workers_kv: method signatures have been updated to align with the upcoming client conventions ([#&#8203;1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137))
-   workers_routes: method signatures have been updated to align with the upcoming client conventions ([#&#8203;1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137))
-   workers_secrets: method signatures have been updated to align with the upcoming client conventions ([#&#8203;1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137))
-   workers_tails: method signatures have been updated to align with the upcoming client conventions ([#&#8203;1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137))

NOTES:

-   workers: all worker methods have been split into product ownership(-ish) files ([#&#8203;1137](https://togithub.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` ([#&#8203;1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137))

ENHANCEMENTS:

-   managed_networks: add CRUD functionality for managednetworks ([#&#8203;1148](https://togithub.com/cloudflare/cloudflare-go/issues/1148))

DEPENDENCIES:

-   deps: bumps goreleaser/goreleaser-action from 3.2.0 to 4.1.0 ([#&#8203;1146](https://togithub.com/cloudflare/cloudflare-go/issues/1146))

### [`v0.56.0`](https://togithub.com/cloudflare/cloudflare-go/releases/tag/v0.56.0)

[Compare Source](https://togithub.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. ([cloudflare/cloudflare-go#1136)

ENHANCEMENTS:

-   cache_rules: add ignore option to query string struct ([cloudflare/cloudflare-go#1140)
-   pages: Updates bindings and other Functions related propreties. Service bindings, secrets, fail open/close and usage model are all now supported. ([cloudflare/cloudflare-go#1136)
-   workers: Support for Workers Analytics Engine bindings ([cloudflare/cloudflare-go#1133)

DEPENDENCIES:

-   deps: bumps github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 ([cloudflare/cloudflare-go#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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants