-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCHANGELOG
33 lines (26 loc) · 991 Bytes
/
CHANGELOG
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
================
Change history
================
1.0.1
=====
* forcing GET requests to not have a body payload; this shouldn't break anything
1.0.0
=====
* breaking changes:
* actors, objects and targets no longer need to be FeedID values, just strings
* non-breaking changes:
* foreign id no longer has to be a UUID, it can be a string as well
0.9.2
=====
* fixed a permission issue with updated activities, and have changed the auth mechanism for them from
being signature-based to being JWT-based instead; this will throw a permission error on our API in the
future.
0.9.1
=====
* fixed bugs against Go 1.5 and 1.6 for some http.Transport flags that weren't introduced until 1.7
* added additional logic and code to test against our QA environment
* removed code and tests for following Aggregated and Notification feeds, which wasn't possible on the API anyway
* added GPLv3 LICENSE from mrhenry's build from which we did our original fork
0.9.0
=====
* initial beta release