Skip to content

Latest commit

 

History

History
322 lines (190 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

322 lines (190 loc) · 17.5 KB

Changelog

3.0.3 (2021-05-13)

Full Changelog

Merged pull requests:

  • Fix code climate badge #102 (bess)
  • Update CI matrix to only cover supported versions #101 (bess)
  • Fix deprecated/removed update_attributes! with update! #100 (dgcliff)
  • Remove remaining active_fedora:noid references from README #99 (cjcolvar)
  • Adding CONTRIBUTING.md

This was uploaded via automation. #98 (jeremyf)

v3.0.2 (2020-06-11)

Full Changelog

Implemented enhancements:

  • Test against Ruby releases 2.6.3, 2.5.5, and 2.4.6 #90

Closed issues:

  • Add support for Rails 6.0.z releases #94
  • Add support for Ruby 2.7.z releases #93
  • Use CircleCI for continuous integration #88

Merged pull requests:

  • Prep for 3.0.2 release #97 (bess)
  • Align on current samvera style guide #96 (bess)
  • Adding Ruby 2.7.z and Rails 6.y.z releases to the CircleCI build configuration #95 (jrgriffiniii)
  • Update CircleCI Ruby and Rails versions #92 (botimer)
  • Updates the CircleCI configuration to test against Ruby releases 2.6.3, 2.5.5, and 2.4.6 #91 (jrgriffiniii)
  • Use CircleCI over Travis #89 (tpendragon)
  • Test on latest rails versions including 5.2.2 #87 (cjcolvar)

v3.0.1 (2018-11-26)

Full Changelog

Fixed bugs:

  • Cannot override identifier_in_use lambda #85

Closed issues:

  • Report code coverage to coveralls #80
  • Update README/Code_of_Conduct/CONTRIBUTING/etc to CCMWG Templates #79

Merged pull requests:

  • Allow override of identifier_in_use lambda #86 (elrayle)
  • Updates the documentation to be in compliance with the Component Maintenance WG templates #84 (jrgriffiniii)
  • Remove Gemnasium #83 (jcoyne)
  • Change Hydra to Samvera, remove Gemnasium #82 (jcoyne)
  • Adjusting the spec config. in order to report test coverage to Coveralls #81 (jrgriffiniii)
  • Update readme for samvera and the noid-rails change. #78 (jcoyne)

v3.0.0 (2017-12-13)

Full Changelog

Merged pull requests:

  • Don't calculate coverage on the generated test app #77 (jcoyne)
  • Drop the dependency on active-fedora #76 (jcoyne)
  • Allow running on ActiveFedora 12 #75 (jcoyne)
  • Bump version to 2.2.0 #74 (jcoyne)
  • Updating CONTRIBUTING.md as per Hydra v11.0.0 #64 (jeremyf)

v2.2.0 (2017-05-25)

Full Changelog

Merged pull requests:

  • Add a module mixin to make integration easier #73 (jcoyne)
  • Bump version to 2.1.0 #72 (jcoyne)

v2.1.0 (2017-05-18)

Full Changelog

Merged pull requests:

v2.0.2 (2017-03-01)

Full Changelog

Closed issues:

  • DB minter locking logical problems #66
  • Minter::Db#read locks the object without freeing it #65

Merged pull requests:

  • Bump version to 2.0.2 #70 (atz)
  • next_id should only query once inside the transaction #69 (atz)
  • Relax rake dependency pinning #68 (cbeer)
  • Remove db:migrate from the generator #63 (jcoyne)
  • Update README to be less specific about versions #62 (mjgiarlo)

v2.0.1 (2017-01-09)

Full Changelog

Closed issues:

  • Calling select on nil raises NoMethodError. #59

Merged pull requests:

  • Bump version to 2.0.1 #61 (jcoyne)
  • Automatically seed the database. Fixes #59 #60 (jcoyne)
  • Update README.md #58 (mjgiarlo)
  • Sync up the master README and 2.x-stable README #56 (carrickr)
  • remove note 1 from the readme but use the more descriptive code block #55 (carrickr)
  • replace note 2 with the text from Sufia's minter doc #53 (carrickr)
  • update the version.rb file and mark the specific version in the README #52 (carrickr)

v2.0.0 (2016-11-29)

Full Changelog

Closed issues:

  • Test gem in two configurations: with Rails and without Rails #36
  • Conditionalize autoload of Engine and classes that depend on ActiveRecord #35

Merged pull requests:

  • Rework RSpec module with enable/disable methods #51 (no-reply)
  • Stop spamming IRC with Travis builds #50 (mjgiarlo)

v1.1.3 (2016-10-26)

Full Changelog

v2.0.0.beta6 (2016-10-26)

Full Changelog

Closed issues:

  • Time to graduate out of labs? #22

Merged pull requests:

  • Treeify algorithm should raise ArgumentError when passed nil or empty string #47 (mjgiarlo)
  • Align README with other promoted gems' READMEs. Fixes #22 #46 (mjgiarlo)
  • Clarify the README: must run generator before using new minter #45 (mjgiarlo)

v2.0.0.beta5 (2016-10-24)

Full Changelog

Merged pull requests:

  • Use the File-backed minter as the default minter. #44 (mjgiarlo)

v2.0.0.beta4 (2016-10-21)

Full Changelog

Merged pull requests:

  • Use and test updated Rails versions: 4.2.7.1 and 5.0.0.1 #43 (mjgiarlo)
  • Add CodeClimate badge to README #42 (mjgiarlo)
  • Fix treeify algorithm #41 (mjgiarlo)
  • Alignment and configuration #40 (mjgiarlo)
  • Bump engine_cart to 1.0.x #39 (atz)
  • Remove duplicate line from Gemfile #38 (atz)

v1.1.2 (2016-10-21)

Full Changelog

Fixed bugs:

  • Pin for a CurationConcerns issue #34

Closed issues:

  • Running generator raises an error. #37
  • Test gem in two configurations: with Rails and without Rails #36
  • Conditionalize autoload of Engine and classes that depend on ActiveRecord #35
  • MinterState isn't requirable by implementors. #29

v2.0.0.beta3 (2016-09-13)

Full Changelog

Merged pull requests:

  • Loosen Active-fedora dependency to allow version 11 #33 (jcoyne)
  • Remove the post_install_message #32 (jcoyne)

v2.0.0.beta2 (2016-08-09)

Full Changelog

Fixed bugs:

  • Generator fails with Active Fedora 10.1.0 #30

Merged pull requests:

  • Relax the rails dependency to allow for Rails 5 #31 (jcoyne)

v2.0.0.beta1 (2016-06-22)

Full Changelog

Closed issues:

  • DB minter design questions #24
  • default_minter probably shouldn't set minter #20

Merged pull requests:

  • database backed minter #25 (atz)

v1.1.1 (2016-06-15)

Full Changelog

Closed issues:

  • translate_uri_to_id is dropping anchors. #26
  • new DB-backed minter #21

Merged pull requests:

  • Preserve the hash when translating to id. Fixes #26 #27 (jcoyne)

v1.1.0 (2016-05-10)

Full Changelog

Merged pull requests:

  • Allow active_fedora-noid to work with active-fedora 10 #19 (jcoyne)

v1.0.3 (2015-12-04)

Full Changelog

Merged pull requests:

  • Adding check for gone since that is also not a valid id to mint. #18 (carolyncole)

v1.0.2 (2015-08-11)

Full Changelog

Merged pull requests:

  • Append to minter state files in binary mode. Reverts #16 #17 (mjgiarlo)
  • Set default encoding of minter state files and allow overrides. #16 (mjgiarlo)

v1.0.1 (2015-08-06)

Full Changelog

Closed issues:

  • Remove treeifier workaround #13
  • Wrong id for short ids #10
  • I need access to push the gem #9
  • Discuss the right way to "bucket" assets #5

Merged pull requests:

  • Use Marshal to serialize minter state rather than YAML #15 (mjgiarlo)
  • Revert treeifier functionality. Fixes #13 #14 (mjgiarlo)
  • Test default statefile option. (Fixes typo -- previous test was a duplicate.) #12 (mjgiarlo)
  • Calculating baseurl length instead of assumig based on default settings #11 (escowles)
  • translate_uri_to_id should handle deeper paths. Fixes #7 #8 (jcoyne)

v0.3.0 (2015-07-14)

Full Changelog

Closed issues:

  • When URI has nested nodes the id is wrong #7
  • Should default_solr_param be overrideable? #4

v1.0.0 (2015-04-09)

Full Changelog

Closed issues:

  • Add Documentation About Configuring AF #2

Merged pull requests:

v0.2.0 (2015-03-31)

Full Changelog

v0.1.0 (2015-03-30)

Full Changelog

v0.0.1 (2015-02-14)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator