Skip to content

Releases: omniphx/forrest

Version 2.0.1

24 Jul 02:40
Compare
Choose a tag to compare
  • Fixed config namespacing issue in Laravel5
  • Upgraded .travis.yml so that it now uses the container-based infastructure
  • Removed outdated composer --dev option in .travis.yml config file

Version 2.0.0

06 May 16:43
Compare
Choose a tag to compare

Laravel 5.0 conversion - issue #46

Version 1.4.0

05 Mar 22:57
Compare
Choose a tag to compare
  • Cache storage engine #41, #42, #44, #45, #47, #54, #57
  • Public access to token data via the getTokenData() method #48, #56
  • Request/Response array now passed to event listener #49, #50
  • next() method bug fix #53
  • tweaks to composer config #55

Version 1.3.0

29 Jan 18:27
Compare
Choose a tag to compare
  • Added getClient() method #36
  • Spelling fix #37
  • Added event handler feature when package receives a response #38 / #39
  • Merged Client and Resource classes #40

Special thanks to @rtconner for these contributions!

Version 1.2.0

15 Jan 22:34
Compare
Choose a tag to compare
  • Updated documentation to demonstrate how to return raw responses
  • "SessionInterface" renamed "StorageInterface" to prevent confusion
  • Added basic REST methods: GET, PUT, POST, DELETE, HEAD by @rtconner

Version 1.1.0

08 Jan 21:33
Compare
Choose a tag to compare
  • Ability to modify Instance_URL in config settings
  • The next(url) method will allow you to retrieve the next 2000 records in a query request
  • Updated to Guzzle dependency to version 5

Version 1.0.3

27 Nov 15:29
Compare
Choose a tag to compare
  • Fixes issue #22 where TokenExpiredException namespace missing.
  • Fixes issue #18 where XML format would cause issues storing versions and resources.

Version 1.0.2

25 Nov 20:45
Compare
Choose a tag to compare

Fixes issue where routes path is invalid for case-sensitive systems.

Version 1.0.1

07 Nov 15:10
Compare
Choose a tag to compare

Hotfix for WebServer authentication.

Version 1.0.0

28 Oct 16:42
Compare
Choose a tag to compare
  • Added routes to package
  • Support for different logins
  • Support for custom Apex endpoints
  • Support for Username-Password authentication flow
  • Bug fix for assigning most recent API version when none is specified (#10)
  • Callback returns void
  • Authentication classes now extend parent classes as opposed to being injected.
  • Improved exception handling
  • Support for compression using gzip or deflate