Skip to content

Commit 5e59eb4

Browse files
chore: release version 10.3.0 (#1351)
1 parent 1d16791 commit 5e59eb4

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "10.2.0" }
1+
{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "10.3.0" }

BoxSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'BoxSDK'
3-
spec.version = '10.2.0'
3+
spec.version = '10.3.0'
44
spec.summary = 'Box Swift SDK'
55
spec.homepage = 'https://github.com/box/box-ios-sdk'
66
spec.license = 'Apache License, Version 2.0'

BoxSdkGen.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'BoxSdkGen'
3-
spec.version = '10.2.0'
3+
spec.version = '10.3.0'
44
spec.summary = 'Official Box Swift Generated SDK'
55
spec.homepage = 'https://github.com/box/box-ios-sdk'
66
spec.license = 'Apache License, Version 2.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
22

33
public struct Version {
4-
public static let sdkVersion = "10.2.0"
4+
public static let sdkVersion = "10.3.0"
55
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [10.3.0](https://github.com/box/box-ios-sdk/compare/10.2.0...10.3.0) (2025-12-19)
6+
7+
8+
### Bug Fixes
9+
10+
* add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-ios-sdk/issues/572)) ([#1335](https://github.com/box/box-ios-sdk/issues/1335)) ([3dae5b0](https://github.com/box/box-ios-sdk/commit/3dae5b0335474a8b2a01f41d5ca71e21d0d77366))
11+
* fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-ios-sdk/issues/903)) ([#1313](https://github.com/box/box-ios-sdk/issues/1313)) ([52a72ad](https://github.com/box/box-ios-sdk/commit/52a72ad706de7b9079df55d5be5dd9e1fab247c3))
12+
13+
14+
### New Features and Enhancements
15+
16+
* add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-ios-sdk/issues/569)) ([#1321](https://github.com/box/box-ios-sdk/issues/1321)) ([20497cc](https://github.com/box/box-ios-sdk/commit/20497cce040703560a686b5640b943fb3f363f0d))
17+
* text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-ios-sdk/issues/568)) ([#1315](https://github.com/box/box-ios-sdk/issues/1315)) ([7ffe641](https://github.com/box/box-ios-sdk/commit/7ffe641fda1a0a3ffe5a3eded0c8cafc840bb76f))
18+
* Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-ios-sdk/issues/906)) ([#1325](https://github.com/box/box-ios-sdk/issues/1325)) ([af828ea](https://github.com/box/box-ios-sdk/commit/af828ea1d2585b3d117035722028f28a2ad3dcbc))
19+
520
## [10.2.0](https://github.com/box/box-ios-sdk/compare/10.1.0...10.2.0) (2025-12-10)
621

722

0 commit comments

Comments
 (0)