Skip to content

Commit 66ebd1d

Browse files
Merge pull request #1 from HubSpot/release-please--branches--main--changes--next
release: 0.1.0-alpha.1
2 parents 7c4761f + e0352c5 commit 66ebd1d

6,332 files changed

Lines changed: 255057 additions & 254788 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# This workflow is triggered when a GitHub release is created.
2+
# It can also be run manually to re-publish to Sonatype in case it failed for some reason.
3+
# You can run this workflow by navigating to https://www.github.com/HubSpot/hubspot-sdk-java/actions/workflows/publish-sonatype.yml
4+
name: Publish Sonatype
5+
on:
6+
workflow_dispatch:
7+
8+
release:
9+
types: [published]
10+
11+
jobs:
12+
publish:
13+
name: publish
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- uses: actions/checkout@v6
18+
19+
- name: Set up Java
20+
uses: actions/setup-java@v5
21+
with:
22+
distribution: temurin
23+
java-version: |
24+
8
25+
21
26+
cache: gradle
27+
28+
- name: Set up Gradle
29+
uses: gradle/gradle-build-action@v2
30+
31+
- name: Publish to Sonatype
32+
run: |-
33+
export -- GPG_SIGNING_KEY_ID
34+
printenv -- GPG_SIGNING_KEY | gpg --batch --passphrase-fd 3 --import 3<<< "$GPG_SIGNING_PASSWORD"
35+
GPG_SIGNING_KEY_ID="$(gpg --with-colons --list-keys | awk -F : -- '/^pub:/ { getline; print "0x" substr($10, length($10) - 7) }')"
36+
./gradlew publish --no-configuration-cache
37+
env:
38+
SONATYPE_USERNAME: ${{ secrets.HUBSPOT_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
39+
SONATYPE_PASSWORD: ${{ secrets.HUBSPOT_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
40+
GPG_SIGNING_KEY: ${{ secrets.HUBSPOT_SONATYPE_GPG_SIGNING_KEY || secrets.GPG_SIGNING_KEY }}
41+
GPG_SIGNING_PASSWORD: ${{ secrets.HUBSPOT_SONATYPE_GPG_SIGNING_PASSWORD || secrets.GPG_SIGNING_PASSWORD }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Release Doctor
2+
on:
3+
pull_request:
4+
branches:
5+
- main
6+
workflow_dispatch:
7+
8+
jobs:
9+
release_doctor:
10+
name: release doctor
11+
runs-on: ubuntu-latest
12+
if: github.repository == 'HubSpot/hubspot-sdk-java' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
13+
14+
steps:
15+
- uses: actions/checkout@v6
16+
17+
- name: Check release environment
18+
run: |
19+
bash ./bin/check-release-environment
20+
env:
21+
SONATYPE_USERNAME: ${{ secrets.HUBSPOT_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
22+
SONATYPE_PASSWORD: ${{ secrets.HUBSPOT_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
23+
GPG_SIGNING_KEY: ${{ secrets.HUBSPOT_SONATYPE_GPG_SIGNING_KEY || secrets.GPG_SIGNING_KEY }}
24+
GPG_SIGNING_PASSWORD: ${{ secrets.HUBSPOT_SONATYPE_GPG_SIGNING_PASSWORD || secrets.GPG_SIGNING_PASSWORD }}

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.1.0-alpha.1"
3+
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 971
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hubspot%2Fhubspot-sdk-b0d8bc008db9e485496b486b6fb770a256d16caf430e7c8696cb5e2f61cb42ef.yml
33
openapi_spec_hash: 73818ecf3b80406f1ff2729a9f1b2c97
4-
config_hash: 29e5133d2bc5464953c43e1195ea23b3
4+
config_hash: 47e0085f306c26287941a8b8d90cfa4c

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2026-04-13)
4+
5+
Full Changelog: [v0.0.1...v0.1.0-alpha.1](https://github.com/HubSpot/hubspot-sdk-java/compare/v0.0.1...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** manual updates ([775ad1e](https://github.com/HubSpot/hubspot-sdk-java/commit/775ad1e2d7346af7aed14fd03eec2117936cdc88))
10+
* **api:** manual updates ([9874e29](https://github.com/HubSpot/hubspot-sdk-java/commit/9874e298eb29ddaad3a1f61d6514a7866c0485a2))
11+
* **api:** manual updates ([a5d59ba](https://github.com/HubSpot/hubspot-sdk-java/commit/a5d59baba2acaa5031884ff3acaf17163067243f))
12+
* **api:** manual updates ([dc17664](https://github.com/HubSpot/hubspot-sdk-java/commit/dc1766487042f7829d37f8dd50511621a9f9dcff))
13+
* **api:** manual updates ([3d4e26e](https://github.com/HubSpot/hubspot-sdk-java/commit/3d4e26e3277ba9941234c4feed2505f25a3cd51e))
14+
* **api:** manual updates ([a79a116](https://github.com/HubSpot/hubspot-sdk-java/commit/a79a1162570eaf5000fc181edffb045984095ee9))
15+
* **api:** manual updates ([3216f8f](https://github.com/HubSpot/hubspot-sdk-java/commit/3216f8fa3b272c6e23a366bbecc64fe2a06d1c92))
16+
* **api:** manual updates ([e09d27a](https://github.com/HubSpot/hubspot-sdk-java/commit/e09d27a34401614592a583152641bf2354fbd84b))
17+
* **api:** manual updates ([a720ca5](https://github.com/HubSpot/hubspot-sdk-java/commit/a720ca5aab5682747249a7633b7ef32646f63744))
18+
* **api:** manual updates ([5a71d42](https://github.com/HubSpot/hubspot-sdk-java/commit/5a71d42fceadf2415faf58a96dfe50763b183378))
19+
* **api:** manual updates ([30585dc](https://github.com/HubSpot/hubspot-sdk-java/commit/30585dc9cfbdde14dfad8d2506046487608dc316))
20+
* **api:** manual updates ([fbfa7cf](https://github.com/HubSpot/hubspot-sdk-java/commit/fbfa7cfa61f43fccad33936d8c86fa053e33433b))
21+
* **api:** manual updates ([da31f8a](https://github.com/HubSpot/hubspot-sdk-java/commit/da31f8a4ee15f895126cd126ea207872449d6144))
22+
* **api:** manual updates ([b28c05c](https://github.com/HubSpot/hubspot-sdk-java/commit/b28c05c447c9e54cfd4f822cdeadc35e1239bf18))
23+
* **api:** manual updates ([94254ba](https://github.com/HubSpot/hubspot-sdk-java/commit/94254ba1418458547110a598cfbc29b9c49d7c05))
24+
* **api:** manual updates ([45cc60a](https://github.com/HubSpot/hubspot-sdk-java/commit/45cc60acbe9423a7f5f4912af77dcc7a72e10e3d))
25+
* **api:** manual updates ([b1e32f8](https://github.com/HubSpot/hubspot-sdk-java/commit/b1e32f8f2cb8171975e613da5030443970aff9f9))
26+
* **api:** manual updates ([8b227c6](https://github.com/HubSpot/hubspot-sdk-java/commit/8b227c68aced72e85581fa88eb387ffe53a7e613))
27+
* **api:** manual updates ([4c176e1](https://github.com/HubSpot/hubspot-sdk-java/commit/4c176e108ef642e680142d61bb15398750d8d228))
28+
* **api:** manual updates ([b64d5c3](https://github.com/HubSpot/hubspot-sdk-java/commit/b64d5c310e7351edd944ccbc8d9f4fd4649562e8))
29+
* **api:** manual updates ([fdee8d9](https://github.com/HubSpot/hubspot-sdk-java/commit/fdee8d99ebffe2d68cc86064364c1ac0d9026697))
30+
* **api:** manual updates ([46b133c](https://github.com/HubSpot/hubspot-sdk-java/commit/46b133cf76255634282c5776f4cc9a51ca05e0c2))
31+
* **api:** manual updates ([3b6a763](https://github.com/HubSpot/hubspot-sdk-java/commit/3b6a76394bdef2f9dc2720b026c34d73be1fdbe4))
32+
* **api:** manual updates ([8d5226f](https://github.com/HubSpot/hubspot-sdk-java/commit/8d5226f4d703dfe0cccad3cd4df3e42f5d2ae976))
33+
* **api:** manual updates ([cd9a4ba](https://github.com/HubSpot/hubspot-sdk-java/commit/cd9a4ba40c3215110840cd027e8697ff8a807f49))
34+
* **api:** manual updates ([1ff253a](https://github.com/HubSpot/hubspot-sdk-java/commit/1ff253a8e565c3b9ca92951000cf7694cb743f1d))
35+
* **api:** manual updates ([d0bf998](https://github.com/HubSpot/hubspot-sdk-java/commit/d0bf9989fa144f0c7d58343309e738a09f712f42))
36+
* **api:** manual updates ([a4d87b6](https://github.com/HubSpot/hubspot-sdk-java/commit/a4d87b64330134c81fb83197f82c55b6a410136e))
37+
* **api:** manual updates ([ec53609](https://github.com/HubSpot/hubspot-sdk-java/commit/ec53609700c9ad7aa5ca2f641d49d2878c86550d))
38+
* **api:** manual updates ([c43e2bb](https://github.com/HubSpot/hubspot-sdk-java/commit/c43e2bbed1e38dd6594e0a9724207e988a7aedbb))
39+
* **api:** manual updates ([0fde6a0](https://github.com/HubSpot/hubspot-sdk-java/commit/0fde6a0e4cc22557dde754eb4afe8199623ecb71))
40+
* **api:** switch to 2026-03 ([d4d69e1](https://github.com/HubSpot/hubspot-sdk-java/commit/d4d69e1dcad33578098fa9a5ebc107fe4e59a70d))
41+
* **api:** update config ([7ea9929](https://github.com/HubSpot/hubspot-sdk-java/commit/7ea9929b12de856918e3f1e9430dee0b045e027e))
42+
* **client:** send `X-Stainless-Kotlin-Version` header ([c7cb81d](https://github.com/HubSpot/hubspot-sdk-java/commit/c7cb81d9b2acb53d2a558183507828c347a9b77c))
43+
44+
45+
### Bug Fixes
46+
47+
* **ci:** resolve OOM failures by tuning JVM heap allocation ([#2](https://github.com/HubSpot/hubspot-sdk-java/issues/2)) ([cafc75f](https://github.com/HubSpot/hubspot-sdk-java/commit/cafc75febb342c03553d7d43ff9057836ff2a9d1))
48+
* **client:** cancel okhttp call when future cancelled ([b9cd219](https://github.com/HubSpot/hubspot-sdk-java/commit/b9cd219b15851216ad8936211caae21826a9d19e))
49+
* **client:** disallow coercion from float to int ([5566ead](https://github.com/HubSpot/hubspot-sdk-java/commit/5566ead2a10b067b15ae49700b1a19d08926422d))
50+
* **client:** fully respect max retries ([d09f011](https://github.com/HubSpot/hubspot-sdk-java/commit/d09f0119be0e436d50a6c043b4a524e611d1ebdd))
51+
* **client:** multi-value header serialization ([5e48c23](https://github.com/HubSpot/hubspot-sdk-java/commit/5e48c23222500f931c329573cd5b187b4e271c76))
52+
* **client:** preserve time zone in lenient date-time parsing ([8a64cec](https://github.com/HubSpot/hubspot-sdk-java/commit/8a64cec0fbd7acf6fc1caca49acc6e0c48198c9c))
53+
* **client:** send retry count header for max retries 0 ([d09f011](https://github.com/HubSpot/hubspot-sdk-java/commit/d09f0119be0e436d50a6c043b4a524e611d1ebdd))
54+
* date time deserialization leniency ([993c065](https://github.com/HubSpot/hubspot-sdk-java/commit/993c0657faa5d90fcfa98e9671c379f807b7bbfd))
55+
* **tests:** add missing query/header params ([30ca2b9](https://github.com/HubSpot/hubspot-sdk-java/commit/30ca2b9023478b6394867c438b91b8f330410629))
56+
57+
58+
### Chores
59+
60+
* bump @stdy/cli to 0.15.3 ([3fc3519](https://github.com/HubSpot/hubspot-sdk-java/commit/3fc351943135b7109ff284e143e4857b57f40e0e))
61+
* **ci:** skip lint on metadata-only changes ([e0bbb4f](https://github.com/HubSpot/hubspot-sdk-java/commit/e0bbb4fd4edb80f681a455940d727a0d5da097b0))
62+
* **ci:** upgrade `actions/github-script` ([47da4c4](https://github.com/HubSpot/hubspot-sdk-java/commit/47da4c4b7df326c93fbad5234dd3b18c565fdbf4))
63+
* **ci:** upgrade `actions/setup-java` ([a9d0da2](https://github.com/HubSpot/hubspot-sdk-java/commit/a9d0da2efbd52565c93bb9b9cb7547dcf1da77ba))
64+
* configure new SDK language ([bb7a546](https://github.com/HubSpot/hubspot-sdk-java/commit/bb7a5465faeedec1cc3d7a89d7d8b1477f59d688))
65+
* configure new SDK language ([a053695](https://github.com/HubSpot/hubspot-sdk-java/commit/a053695754f5b79299d83cb5cccc693cf1f29ed9))
66+
* **internal:** allow passing args to `./scripts/test` ([e5b9dd7](https://github.com/HubSpot/hubspot-sdk-java/commit/e5b9dd78f22447e0393b5bfb2ad85e906ff91678))
67+
* **internal:** bump steady CLI version ([a2fc6cb](https://github.com/HubSpot/hubspot-sdk-java/commit/a2fc6cbfce22793819c17cefc63caff269382f0e))
68+
* **internal:** clean up maven repo artifact script and add html documentation to repo root ([9425b5e](https://github.com/HubSpot/hubspot-sdk-java/commit/9425b5e8c457881386f616119742005c86e5b201))
69+
* **internal:** correct cache invalidation for `SKIP_MOCK_TESTS` ([68b4df1](https://github.com/HubSpot/hubspot-sdk-java/commit/68b4df12224f725f798c0e7e1797f672fe4921fd))
70+
* **internal:** depend on packages directly in example ([d09f011](https://github.com/HubSpot/hubspot-sdk-java/commit/d09f0119be0e436d50a6c043b4a524e611d1ebdd))
71+
* **internal:** improve maven repo docs ([962cb82](https://github.com/HubSpot/hubspot-sdk-java/commit/962cb8214ed3ad545cec5fb5567982693d67eb74))
72+
* **internal:** update `actions/checkout` version ([89ea3e6](https://github.com/HubSpot/hubspot-sdk-java/commit/89ea3e6c99f4f60f8b0265adfc97dbeb85302319))
73+
* **internal:** update gitignore ([bce3661](https://github.com/HubSpot/hubspot-sdk-java/commit/bce3661689eff04603180ede4a5d673e266c450c))
74+
* **internal:** update maven repo doc to include authentication ([ec1c41a](https://github.com/HubSpot/hubspot-sdk-java/commit/ec1c41a802d103851a5923fe6b30083708344e65))
75+
* **internal:** upgrade AssertJ ([764ccd5](https://github.com/HubSpot/hubspot-sdk-java/commit/764ccd53c27ea8eb25b4b4045c41b687b5fc8a55))
76+
* test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind[#3240](https://github.com/HubSpot/hubspot-sdk-java/issues/3240) in tests ([993c065](https://github.com/HubSpot/hubspot-sdk-java/commit/993c0657faa5d90fcfa98e9671c379f807b7bbfd))
77+
* **tests:** configure mock server correctly ([503cbd4](https://github.com/HubSpot/hubspot-sdk-java/commit/503cbd4cb823e2084c06de196265eb7b7b8e9fb8))
78+
* **tests:** switch from prism to steady ([ee246d8](https://github.com/HubSpot/hubspot-sdk-java/commit/ee246d82cd94444fdfb266ea0250dd47d127c1af))
79+
* update SDK settings ([87bbe73](https://github.com/HubSpot/hubspot-sdk-java/commit/87bbe7342f15018c18f476791d5b2f03c8dddb9a))
80+
* update SDK settings ([a095bd7](https://github.com/HubSpot/hubspot-sdk-java/commit/a095bd7e6d3a76955e53cd5d3c842e9f73f41422))
81+
* update SDK settings ([945ffdb](https://github.com/HubSpot/hubspot-sdk-java/commit/945ffdbd00571f959588d2a48d13cdcdada2c31c))
82+
83+
84+
### Documentation
85+
86+
* add comment for arbitrary value fields ([f17f2a8](https://github.com/HubSpot/hubspot-sdk-java/commit/f17f2a8ffb3538c9b68ed3e8ce7fa4c12edbccde))
87+
* **client:** update readme timeout snippet ([f8276e1](https://github.com/HubSpot/hubspot-sdk-java/commit/f8276e1a0c65c51f7d690117acf131cc87bba18c))
88+
* remove `$` for better copy-pasteabality ([cae37fb](https://github.com/HubSpot/hubspot-sdk-java/commit/cae37fbbd15d0dadc4f8a11a13fe6c696019ea24))
89+
* update README branding and mention date-versioned API ([3997b43](https://github.com/HubSpot/hubspot-sdk-java/commit/3997b4315e889191c055e1c7d0cc291bb56494a9))

0 commit comments

Comments
 (0)