Skip to content

Releases: jhu-idc/idc-golang

Version 0.0.8

21 Jan 14:38
ef760df
Compare
Choose a tag to compare

What's Changed

  • Add weight attribute to Islandora/Repository Item object by @jabrah in #10

New Contributors

Full Changelog: v0.0.7...v0.0.8

Version 0.0.7

09 Sep 16:32
9d0a159
Compare
Choose a tag to compare

Adds CreatedDate and ChangedDate to the JSON API structs that represent Drupal nodes.

Version 0.0.6

19 Aug 19:35
5c4736a
Compare
Choose a tag to compare

Adds UniqueId field to the models in for Nodes, Taxonomy Terms and Media.

Version 0.0.5

18 Aug 02:24
Compare
Choose a tag to compare

Support HTTP basic authentication:

  • JsonApiUrl accepts a Username and Password; a non-empty Username will trigger an authenticated request
  • JsonApiData provides a ResolveWithBasicAuth method, which accepts a username and password when resolving relationship references

Fixes an important bug when a trailing slash is present at the end of JsonApiUrl: the extra slash will cause Drupal to issue a redirect. This is a problem for requests requiring authentication, because the redirect will drop any HTTP Authorization headers that were present on the original request. The JsonApiUrl.String() method is updated to trim a trailing slash if it exists.

Version 0.0.4

17 Aug 19:18
0821820
Compare
Choose a tag to compare

Adds RestrictedAccess field to the remote video model in JsonApiAttributes and in ExpectedMediaRemoteVideo in the expected model.

Version 0.0.3

16 Aug 15:30
ec484d7
Compare
Choose a tag to compare
  • Adds RestrictedAccess field to the models in JsonApiMediaAttributes and in ExpectedMediaGeneric in the expected model.

Version 0.0.2

05 Aug 19:46
Compare
Choose a tag to compare
  • Adds RawFilter field to JsonApiUrl
  • Adds convenience methods for obtaining typed values from the environment

Version 0.0.1

21 Jul 03:16
Compare
Choose a tag to compare

Initial release of the idc-golang module.