Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Releases: residuum/PuRestJson

Ye Olde Pendulum

03 Jan 17:00
Compare
Choose a tag to compare

This is the first release with a fixed API. Use this version, if your package system uses json-c version 0.10 or lower.

Functional changes to 0.15.0:

  • Info for users while loading object

Bug fixes in [json-encode]:

  • array handling
  • number handling

Pendulum

03 Jan 17:00
Compare
Choose a tag to compare

This is the first release with a fixed API. Use this version, if your package system uses json-c 0.11 or later.

Functional changes to 0.15.0:

  • Info for users while loading object

Bug fixes in [json-encode]:

  • array handling
  • number handling

The API they are a-changing

12 Nov 21:03
Compare
Choose a tag to compare
  • Cancellation is now faster
  • Switch to json-c 0.11
  • Refactoring of code
  • [rest-json] has been removed
  • [json-decode]: string values will not be checked for numbers or boolean

API changes in [oauth] and [rest]:

  • [write( method is now called [file(
  • [url( method is now called [init(
  • init errors only output to console
  • changes to status outlet

Davo

24 Sep 09:00
Compare
Choose a tag to compare
  • Downloading to file possible
  • Cancelling requests fully implemented
  • Switch to libcurl multi interface

heady stuff

10 Jul 17:44
Compare
Choose a tag to compare
  • Setting HTTP headers possible
  • Cancelling of requests possible while waiting (experimental)
  • Switched Makefile to libary template 1.0.14
  • Semantic versioning

I accidentally the whole cookie

10 Jul 18:30
Compare
Choose a tag to compare

Bugfix: Cookie authentication is working again.

The multitude came together

10 Jul 18:31
Compare
Choose a tag to compare
  • Disabling checking peer for SSL requests in [rest] and [oauth] possible
  • [urlparams] does now overwrite previously set parameters
  • RSA-SHA1 signature possible, otherwise info message is posted to Pd console
  • Bugfixes:
    • SSL requests on Windows possible
    • regression fixed for PUT requests

long string is long

10 Jul 18:32
Compare
Choose a tag to compare
  • symbols can be longer than MAXPDLENGTH (1024 characters)
  • [json-decode] works with lists and any other data type as well
  • Setting request timeout for [rest] and [oauth] possible
  • Bugfixes:
    • [oauth] posts data again
    • Fixed segfault in Windows at errors
  • Cleaning up of source code and help files

sailing to Colchis

10 Jul 18:33
Compare
Choose a tag to compare
  • [json-encode] writes and reads JSON data to and from files
  • [oauth] does not use deprecated functions from liboauth 1.0
  • [oauth] and [rest] share functions
  • [json-encode] and [urlparams] share functions
  • Bugfixes:
    • POST sends correct parameter data
    • HTTP errors are displayed with error code

I did, I did taw a putty tat

10 Jul 18:36
Compare
Choose a tag to compare
  • Added objects: [oauth] [urlparams] [rest]
  • [rest-json] is now an abstraction
  • Bugfixes
  • Better examples and help patches