Skip to content

Commit 51b1b65

Browse files
committed
Release 1.0.0
1 parent 78bce11 commit 51b1b65

File tree

164 files changed

+164
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+164
-187
lines changed

CHANGELOG.md

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.0-beta.7] - 2024-12-10
9-
10-
### Fixed
11-
- Fixed the Objective-C method signature for showing the support chat.
12-
13-
## [1.0.0-beta.6] - 2024-12-06
8+
## [1.0.0] - 2024-12-18
149

1510
### Added
11+
- Introducing the Session Analytics feature. This feature allows you to monitor the health of your application and its components.
12+
- Added support for Push Notifications for the PLuG support chat.
13+
- Added support for on-demand (offline) sessions.
1614
- Added support to create new conversations in the PLuG support chat.
17-
18-
## [1.0.0-beta.5] - 2024-11-25
19-
20-
### Changed
21-
- Improved the in-app link handling by adding a control flag to dismiss modals when a link is opened.
22-
23-
### Fixed
24-
- Fixed an issue where the SDK would not properly read a previously identified user across sessions.
25-
26-
## [1.0.0-beta.4] - 2024-11-20s
27-
28-
### Added
2915
- Added support for in-app link handling.
30-
- Added support for on-demand (offline) sessions.
31-
32-
## [1.0.0-beta.3] - 2024-11-06
33-
34-
### Changed
35-
- Improved the push notification APIs to make them more user-friendly.
36-
37-
## [1.0.0-beta.2] - 2024-11-05
38-
39-
### Added
40-
- Added a device token registration overload using an already processed string instead of a byte array.
41-
42-
## [1.0.0-beta.1] - 2024-11-04
43-
44-
### Added
45-
- Introducing the Observability feature. This feature allows you to monitor the health of your application and its components.
46-
- Added support for Push Notifications for the PLuG support chat.

DevRevSDK.doccarchive.zip

6.93 KB
Binary file not shown.

DevRevSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |spec|
22
spec.name = "DevRevSDK"
3-
spec.version = "1.0.0-beta.7"
3+
spec.version = "1.0.0"
44
spec.summary = "DevRev SDK, used for integrating DevRev services into your iOS app."
55
spec.homepage = "https://devrev.ai"
66
spec.license = "Apache 2.0"
77
spec.author = { "DevRev" => "[email protected]" }
88
spec.platform = :ios, "13.0"
99
spec.source = {
10-
http: "https://github.com/devrev/devrev-sdk-ios/releases/download/v1.0.0-beta.7/DevRevSDK.xcframework.zip",
10+
http: "https://github.com/devrev/devrev-sdk-ios/releases/download/v1.0.0/DevRevSDK.xcframework.zip",
1111
type: :zip,
1212
headers: [
1313
"Accept: application/octet-stream",

DevRevSDK.xcframework.zip

691 KB
Binary file not shown.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let package = Package(
1818
targets: [
1919
.binaryTarget(
2020
name: "DevRevSDK",
21-
url: "https://github.com/devrev/devrev-sdk-ios/releases/download/v1.0.0-beta.7/DevRevSDK.xcframework.zip",
22-
checksum: "830e2a6c4b563f98b974cf20d950700a33cd19196c6aa12acee98f26849599aa"
21+
url: "https://github.com/devrev/devrev-sdk-ios/releases/download/v1.0.0/DevRevSDK.xcframework.zip",
22+
checksum: "e7a1b3defcf3211162e53cd100ab4ccab8f16f00423c9f94c289f9bcbca21832"
2323
)
2424
]
2525
)

Samples/.DS_Store

6 KB
Binary file not shown.

Samples/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# DevRev SDK Samples
2+
3+
> [!CAUTION]
4+
> This folder is referenced in the Xcode project as a group on **PURPOSE**. Do **NOT** convert it to a folder in Xcode, since it will create cyclical references in the project file.

Samples/SampleSwiftUI/.DS_Store

6 KB
Binary file not shown.

Samples/SampleUIKit/.DS_Store

6 KB
Binary file not shown.

docs/data/documentation/devrevsdk.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)