bundleup-sdk 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3cd00090acb55ec52d7516c10ac79b3c1bd111e049eac5f0262a678f6767f337
4
- data.tar.gz: 5a6e5a00b99782483cbad0814375ab17b8d8ff6db8a42ddcde9dab4046b29f89
3
+ metadata.gz: ba06919233fbc103a37d4f9d44fbaa50c297fd6216ed3ddb1278d267475dd85c
4
+ data.tar.gz: c1dec69f9ef13a25925e858a37c2d35da04877fc5c0f65892487189fbbba175c
5
5
  SHA512:
6
- metadata.gz: 40e0d45491f039bb20caefc76733a64bea90e4080a20c282e9250d7b0c3159ff56c5319389525601fd0b65c8d497cf07f7d374e16a0369752c0b730125285547
7
- data.tar.gz: 75bf90c69031a5e9c01f67540497ebb57e3f9a4016343b98e58e8e2ece15928cb909949595d2a7c6c6e8525ef4eb73d6426ffa135f682f4d36ce964d2f276a86
6
+ metadata.gz: 6dd00c122d22d1af6734c05a8941954203e42c59cabff8213f7c49f1cbddbdd64400b357048ad754d1a17e24085b791e82f5b148a586fa4fc9bddc42af195fee
7
+ data.tar.gz: e59b8428e59b2fbaa397090a59823fa1044bc37c2d962f2d94e4b39b3ea64254610866d47d6dd239aa92f6ee5aad89282d6bc3c35ee225c4a5bdca19c46b6184
data/CHANGELOG.md CHANGED
@@ -1,24 +1 @@
1
1
  # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [0.1.1] - 2026-02-14
9
- ###
10
-
11
- ## [0.1.0] - 2026-01-21
12
-
13
- ### Added
14
- - Initial release of BundleUp Ruby SDK
15
- - Support for Connections, Integrations, and Webhooks resources
16
- - Proxy API for direct integration calls
17
- - Unify API with Chat, Git, and PM modules
18
- - Comprehensive error handling with custom exception classes
19
- - Full HTTP method support (GET, POST, PUT, PATCH, DELETE)
20
- - Automatic retry logic with exponential backoff
21
- - JSON request/response handling
22
- - Complete YARD documentation
23
-
24
- [0.1.0]: https://github.com/bundleup/bundleup-sdk-ruby/releases/tag/v0.1.0