Skip to content

Latest commit

 

History

History
343 lines (171 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

343 lines (171 loc) · 16.1 KB

Change Log

Full Changelog

Merged pull requests:

0.3.2 (2015-04-06)

Full Changelog

Merged pull requests:

0.3.1 (2015-03-12)

Full Changelog

Closed issues:

  • Support for find_by_sql for SQL backends #121

Merged pull requests:

  • Cabol.122.riak backend config enhancement #124 (cabol)

0.3.0 (2015-03-04)

Full Changelog

Fixed bugs:

  • Remove delete function and callback from sumo_store #110

Closed issues:

  • Compile Fails on Fresh Install #112

Merged pull requests:

0.2.4 (2015-01-05)

Full Changelog

Closed issues:

  • add a sumo:sort_fields type #109

Merged pull requests:

0.2.3 (2014-12-31)

Full Changelog

Merged pull requests:

0.2.2 (2014-12-30)

Full Changelog

Merged pull requests:

  • Don't require the import of emysql records on stores based on sumo_store_msyql #106 (elbrujohalcon)

0.2.1 (2014-12-16)

Full Changelog

Fixed bugs:

  • Remove all mentions of repos for stores #104

Merged pull requests:

  • [Closes #104] Removed all references to repositories. #105 (jfacorro)

0.1.5 (2014-12-15)

Full Changelog

Closed issues:

  • Bump to 0.1.5 #102

  • Move Contributors section to the end of the file #97

  • Rename repos to connection or store. #62

  • Change internal doc representation to maps #60

  • PostgreSQL storage backend #39

  • add asc/desc option for ordering #21

  • add specs #18

  • write unit tests #15

Merged pull requests:

0.1.4 (2014-11-04)

Full Changelog

Fixed bugs:

  • Lock the deps #72

  • log query and millis #70

Closed issues:

  • Decide between implementing SQLite repo or deleting it #87

  • Support for rails style callbacks? #86

  • make all blog is erroring out #80

  • Modify the default value for the worker_pool option overrun_warning #77

  • ElasticSearch storage backend #74

  • make compatible with erlang.mk #61

  • Use a proper overrun warning for wpool #51

  • repos should go through their backend instead of just using the pool #38

  • Improve semantics for redis repo #35

  • Add an environment variable to turn on/off query debug messages #23

  • Add support for full conditional logic in the find_by and delete_by functions. #13

  • If id attribute is present in 3rd paramenter to sumo:new_field/3, sumo_db should assume not_null as well. #9

  • Use a parse transform to avoid having to declare the sumo_docs manually. #2

Merged pull requests:

0.1.3 (2014-09-23)

Full Changelog

Closed issues:

  • Allow to specify worker_pool options in configuration #68

  • Add an update function to the mysql repo. #49

Merged pull requests:

  • [Closes #68] Accept wpool\_opts entry in configuration file. #69 (jfacorro)

0.1.2 (2014-07-11)

Full Changelog

Closed issues:

  • Update rebar version so that it works with erlang.mk #58

  • Upgrade lager version to 2.0.3 #56

Merged pull requests:

0.1.1 (2014-07-02)

Full Changelog

Merged pull requests:

0.1.0 (2014-06-04)

Full Changelog

Closed issues:

  • change behaviour_info to -callback #37

Merged pull requests:

choosy.production (2014-06-02)

Closed issues:

  • create sumo_backend behavior #43

  • sumo_backend_sup should call Mod:start_link instead of gen_server:start_link #42

  • Improve error detection and reporting #14

  • Add delete_by #8

  • Optional application dependencies. #6

  • Improve execute #3

Merged pull requests:

  • MySQL persist no longer updates id field in on duplicate clause. #50 (igaray)

  • Fixed a prepared statement name clash. #48 (igaray)

  • changing event name so they wont collide #47 (marcelog)

  • adding new conditions! #46 (marcelog)

  • Marcelog sql builder #45 (marcelog)

  • closes #42, closes #43 #44 (marcelog)

  • mongodb is back #36 (marcelog)

  • Corrected CLD macro to allow several storage backends of same type. #34 (igaray)

  • changing copyright #33 (marcelog)

  • Added a configurable timeout to the worker pool call. #32 (igaray)

  • Inaki.worker pool #31 (igaray)

  • Inaki.conditional log #30 (igaray)

  • Those were microseconds #29 (elbrujohalcon)

  • Added env var to specify emysql pool size. #28 (igaray)

  • Timed execute in mysql_repo #27 (igaray)

  • Fixed argument list in find_all. #26 (igaray)

  • delete_by was not joining conditions with interspaced AND. #25 (igaray)

  • closes #8 #24 (igaray)

  • Marcelog delete by 8 #22 (marcelog)

  • not imposing dependencies anymore, closes #6 #20 (marcelog)

  • Marcelog better execute 3 #19 (marcelog)

  • Fixed pattern matching in sumo:call #17 (igaray)

  • Marcelog error reporting 14 #16 (marcelog)

  • Coverted find_all results with sumo_wakeup. #12 (igaray)

  • Inaki.find all #11 (igaray)

  • WHERE clauses must be joined with AND instead of commas #10 (elbrujohalcon)

  • Small fix to make non integer id fields work. #7 (igaray)

  • Fixed a bug affecting persistence of non-proplist sumo_docs. #5 (igaray)

  • Added date types to the mysql repo. #4 (igaray)

  • Changed sumo_repo_sup to ask for the sumo_db applicaiton environment. #1 (igaray)

* This Change Log was automatically generated by github_changelog_generator