Sha256: 189e46ad1f4e1df61864d756a18d2e622de0d597160a1bad79acb1dc67e8cc6a
Contents?: true
Size: 930 Bytes
Versions: 1
Compression:
Stored size: 930 Bytes
Contents
# Change Log Starting with v2.0.0, all notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).i ## v2.0.0 - 2015-08-13 ### Added * PuppetForge::V3::Release can now verify the md5, unpack, and install a release tarball. * PuppetForge::Middleware::SymbolifyJson to change Faraday response hash keys into symbols. * PuppetForge::V3::Metadata to represent a release's metadata as an object. * PuppetForge::Connection to provide Faraday connections. ### Changed * Failed API requests, such as those for a module that doesn't exist, throw a Faraday::ResourceNotFound error. * API requests are sent through Faraday directly rather than through Her. * PuppetForge::V3::Base#where and PuppetForge::V3::Base#all now send an API request immediately and return a paginated collection. ### Removed * Depency on Her (also removes dependency on ActiveSupport).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puppet_forge-2.0.0 | CHANGELOG.md |