docusign_rooms 1.1.0.rc1 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -60
- data/README.md +1 -1
- data/lib/docusign_rooms/version.rb +1 -1
- data/tests/Gemfile.lock +1 -1
- metadata +4 -5
- data/docusign_rooms-1.0.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b0a411e6c86f401ae6476e529eccc63db7673d0471a960381549e741fca2b68
|
4
|
+
data.tar.gz: 41f2987eb5b48a3f21398565ae142f7fa446cf0dd4a33b1f1a40127c779ddc1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd5f2c31c468a6926b56baa83129b1239962e2d3e10c8f1148a677e854fee4461d816f3ba7b312a2f209f8e105b14c3391583b4661d6a9d3f23bd2c23ec0f493
|
7
|
+
data.tar.gz: '0844547b79954f7c0d4510c47bc00ed13a2d83f233f8fc91d1cea79d320d6c80aae2d117b17aa75a1669e6eb8f8f11804eb83ddceb4a53305ba302ff70649d28'
|
data/CHANGELOG.md
CHANGED
@@ -1,66 +1,11 @@
|
|
1
|
-
#
|
2
|
-
All notable changes to this project will be documented in this file.
|
3
|
-
|
1
|
+
# DocuSign Rooms Ruby Client Changelog
|
4
2
|
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
|
5
3
|
|
6
|
-
## [
|
7
|
-
### Changed
|
8
|
-
- Added support for version v2.1-20.1.02 of the DocuSign eSignature API.
|
9
|
-
- Updated the SDK release version.
|
10
|
-
|
11
|
-
## [v3.2.1] - eSignature API v2.1-20.1.00 - 2020-04-15
|
12
|
-
### Changed
|
13
|
-
- Updated jwt to version 2.2.1.
|
14
|
-
|
15
|
-
## [v3.2.0] - eSignature API v2.1-20.1.00 - 2020-03-30
|
4
|
+
## [v1.1.0.rc1] - Rooms API v2-1.0.8 - 2020-12-17
|
16
5
|
### Changed
|
17
|
-
- Added support for version v2
|
18
|
-
- Updated rake to version 12.3.3.
|
6
|
+
- Added support for version v2-1.0.8 of the DocuSign Rooms API.
|
19
7
|
- Updated the SDK release version.
|
20
|
-
### Added
|
21
|
-
- Added the new property `copy_recipient_data` to envelopes. When set to **true**, the information that recipients enter is retained when you clone an envelope. For example, if you resend an envelope that was declined or voided after one or more recipients entered data, that data is retained. Note that the account setting `enable_envelope_copy_with_data` must be set to **true**.
|
22
|
-
- Added a new object, `RecipientIdentityInputOption`: Reserved for DocuSign.
|
23
|
-
- Added a new parameter, `input_options`, to `AccountIdentityVerificationWorkflow`: Reserved for DocuSign.
|
24
8
|
|
25
|
-
## [
|
26
|
-
### BREAKING
|
27
|
-
- The SDK now supports version 19.2.02 of the DocuSign eSignature v2.1 API.
|
9
|
+
## [v1.0.0] - Rooms API v2-1.0.7 - 2020-10-15
|
28
10
|
### Changed
|
29
|
-
-
|
30
|
-
## Fixed
|
31
|
-
- Issue [`#23`](https://github.com/docusign/docusign-ruby-client/issues/23): Support for DocuSign API 2.1. (DCM-3546)
|
32
|
-
- Issue [`#22`](https://github.com/docusign/docusign-ruby-client/issues/22): JSON version of version 2.0. (DCM-3375)
|
33
|
-
- Issue [`#17`](https://github.com/docusign/docusign-ruby-client/issues/17): Client doesn't properly handle Dropdown. (DCM-3192)
|
34
|
-
- Issue [`#16`](https://github.com/docusign/docusign-ruby-client/issues/16): Client doesn't properly handle Text tabs with Date Validation. (DCM-3193)
|
35
|
-
- Issue [`#15`](https://github.com/docusign/docusign-ruby-client/issues/15): ListStatus not accepting envelope_ids. (DCM-3123)
|
36
|
-
- Issue [`#7`](https://github.com/docusign/docusign-ruby-client/issues/7): Allow passing in JWT. (DCM-2312)
|
37
|
-
|
38
|
-
## [v2.1.0] - eSignature API v2-19.2.02 - 2019-10-08
|
39
|
-
### Changed
|
40
|
-
- The SDK now supports version 19.2.02 of the DocuSign eSignature v2 API.
|
41
|
-
- SDK Release Version updated.
|
42
|
-
## Fixed
|
43
|
-
- Issue [`#23`](https://github.com/docusign/docusign-ruby-client/issues/23): Support for DocuSign API 2.1. (DCM-3546)
|
44
|
-
- Issue [`#22`](https://github.com/docusign/docusign-ruby-client/issues/22): JSON version of version 2.0. (DCM-3375)
|
45
|
-
- Issue [`#17`](https://github.com/docusign/docusign-ruby-client/issues/17): Client doesn't properly handle Dropdown. (DCM-3192)
|
46
|
-
- Issue [`#16`](https://github.com/docusign/docusign-ruby-client/issues/16): Client doesn't properly handle Text tabs with Date Validation. (DCM-3193)
|
47
|
-
- Issue [`#15`](https://github.com/docusign/docusign-ruby-client/issues/15): ListStatus not accepting envelope_ids. (DCM-3123)
|
48
|
-
- Issue [`#7`](https://github.com/docusign/docusign-ruby-client/issues/7): Allow passing in JWT. (DCM-2312)
|
49
|
-
|
50
|
-
## [2.0.0] - eSignature API v19.1.02 - 2019-06-08
|
51
|
-
### BREAKING
|
52
|
-
* Moved ApiClient and ApiException under Client folder
|
53
|
-
### Removed
|
54
|
-
* empty test placeholder files
|
55
|
-
### Changed
|
56
|
-
* updated existing test cases to use JWT instead of the legacy auth (still not fully working yet)
|
57
|
-
### Added
|
58
|
-
* OAuth models under Client/Auth folder
|
59
|
-
* new dependency for OAuth support (firebase/php-jwt)
|
60
|
-
* OAuthTests.php for OAuth support test
|
61
|
-
### Fixed
|
62
|
-
* A bug with that could cause the *moveEnvelopes* method call to return a response without a *Content-Type* header. (DCM-2871)
|
63
|
-
|
64
|
-
## [1.0.2] - Updates Json gem dependency from 1.8 to 2.1 - 2018-10-22
|
65
|
-
|
66
|
-
## [1.0.1] - Updated JWT version requirement - 2018-10-22
|
11
|
+
- First GA version of Rooms API.
|
data/README.md
CHANGED
@@ -77,4 +77,4 @@ The DocuSign Ruby Client is licensed under the [MIT License](https://github.com/
|
|
77
77
|
* [DocuSign Developer Center](https://developers.docusign.com)
|
78
78
|
* [DocuSign API on Twitter](https://twitter.com/docusignapi)
|
79
79
|
* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
|
80
|
-
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)
|
80
|
+
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)
|
data/tests/Gemfile.lock
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: docusign_rooms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DocuSign
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jwt
|
@@ -225,7 +225,6 @@ files:
|
|
225
225
|
- LICENSE
|
226
226
|
- README.md
|
227
227
|
- Rakefile
|
228
|
-
- docusign_rooms-1.0.0.gem
|
229
228
|
- docusign_rooms.gemspec
|
230
229
|
- git_push.sh
|
231
230
|
- lib/.DS_Store
|
@@ -422,9 +421,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
422
421
|
version: '1.9'
|
423
422
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
424
423
|
requirements:
|
425
|
-
- - "
|
424
|
+
- - ">="
|
426
425
|
- !ruby/object:Gem::Version
|
427
|
-
version:
|
426
|
+
version: '0'
|
428
427
|
requirements: []
|
429
428
|
rubygems_version: 3.0.3
|
430
429
|
signing_key:
|
data/docusign_rooms-1.0.0.gem
DELETED
Binary file
|