forked from yucigou/spring-social-orcid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease_note.txt
40 lines (35 loc) · 1.13 KB
/
release_note.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
------------------------
Release date: 2017-05-30
Release tag: spring-social-orcid-2.0.0
Release note:
Upgrade spring-social-orcid to comply with ORCID API v2.0
------------------------
Release date: 2016-06-24
Release tag: spring_social_orcid_r1_1_0
Release note:
New ORCID API for adding works to the ORCID record.
------------------------
Release date: 2016-06-19
Release tag: spring_social_orcid_r1_0_0
Release note:
Make ORCID configurable, either Production or Sandbox.
------------------------
Release date: 2016-03-30
Release tag: spring_social_orcid_rc1_1
Release note:
Support for extracting ORCID response of type [application/xml;charset=UTF-8]
------------------------
Release date: 2016-03-25
Release tag: spring_social_orcid_rc1_0
Release note:
1. Initial release of Spring Social ORCID.
2. This library can be used together with Spring Social.
3. This release only supports ORCID Sandbox for the moment
Usesage:
<dependencies>
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-orcid</artifactId>
<version>1.0-RC</version>
</dependency>
</dependencies>