Skip to content

Commit 0e4bd9a

Browse files
chore(main): release 1.0.0 (#82)
🤖 I have created a release *beep* *boop* --- ## [1.0.0](v0.1.29...v1.0.0) (2025-08-21) ### ⚠ BREAKING CHANGES * update to accommodate Product in S2 API ### Features * add headers to requests to source API ([#81](#81)) ([edda62f](edda62f)) * update to accommodate Product in S2 API ([be44f43](be44f43)) * use Squid proxy for communication with Vercel API ([#85](#85)) ([25438c3](25438c3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: source-coop-release[bot] <187876225+source-coop-release[bot]@users.noreply.github.com>
1 parent dc477e1 commit 0e4bd9a

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/source-cooperative/data.source.coop/compare/v0.1.29...v1.0.0) (2025-08-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update to accomodate Product in s2 API
9+
10+
### Features
11+
12+
* add headers to requests to source API ([#81](https://github.com/source-cooperative/data.source.coop/issues/81)) ([edda62f](https://github.com/source-cooperative/data.source.coop/commit/edda62f37d7914cb76209fe7b7209a78e1e49b3c))
13+
* update to accomodate Product in s2 API ([be44f43](https://github.com/source-cooperative/data.source.coop/commit/be44f43e5497fbb26d46d180162cfffb269dce1b))
14+
* use Squid proxy for communication with Vercel API ([#85](https://github.com/source-cooperative/data.source.coop/issues/85)) ([25438c3](https://github.com/source-cooperative/data.source.coop/commit/25438c362e9cd1c7d52f5c4d2932542466eef01a))
15+
16+
17+
### Bug Fixes
18+
19+
* don't specify accept-encoding, letting reqwest handle decompression automatically ([c914e77](https://github.com/source-cooperative/data.source.coop/commit/c914e77b8d0495ec229a2575f8aebbeb41947e8d))
20+
* lowercase header names ([6b141fc](https://github.com/source-cooperative/data.source.coop/commit/6b141fc34da307593d4fa2526b19becf2f4e1a12))
21+
* **model:** mv tags & roles to metadata ([571eb94](https://github.com/source-cooperative/data.source.coop/commit/571eb9476cc439b04cf0ecd959e8ca83b3107ccc))
22+
* update data model to match API ([b6d4032](https://github.com/source-cooperative/data.source.coop/commit/b6d40327a2eda5ff8fb5f69bc7d9e7b67a5d04e2))
23+
* update source api emails struct ([fbdd02a](https://github.com/source-cooperative/data.source.coop/commit/fbdd02a31627a0f3deb68dc7acd613b041c00bdb))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* fix release version ([a7cbe0f](https://github.com/source-cooperative/data.source.coop/commit/a7cbe0fbe222beca84db6d2e9ed98da2c9cda42c))
29+
* fix release version ([e97c41f](https://github.com/source-cooperative/data.source.coop/commit/e97c41fff7b9f5cd5645c97da4ed2c7d2d143d65))
30+
331
## [0.1.29](https://github.com/source-cooperative/data.source.coop/compare/v0.1.28...v0.1.29) (2025-05-29)
432

533

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "source-data-proxy"
33

4-
version = "0.1.29"
4+
version = "1.0.0"
55
edition = "2021"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)