Releases: omniphx/forrest
Releases · omniphx/forrest
Version 2.0.1
- 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
Laravel 5.0 conversion - issue #46
Version 1.4.0
Version 1.3.0
Version 1.2.0
- 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
- 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
Version 1.0.2
Fixes issue where routes path is invalid for case-sensitive systems.
Version 1.0.1
Hotfix for WebServer authentication.
Version 1.0.0
- 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