-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
87 lines (65 loc) · 2.42 KB
/
CHANGELOG.txt
File metadata and controls
87 lines (65 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
= Changelog
== 4.4.0
* Support Data Item calculations without needing a Profile
* Change to use Typheous instead of Net::HTTP internally
* Support Nokogiri 1.5
* Made authentication more efficient
== 4.3.2
* Bugfix to cache key generation (introduced in 4.3.1)
== 4.3.1
* Bugfix to make caching Rails 3 compatible
== 4.3.0
* Numerous fixes for compatibility with Ruby 1.9.2 and Rails 3.1
== 4.2.0 (also 3.2.0/3.2.1 for Rails 2)
* Add algorithm details to ItemDefinitions
* Bugfix when using AMEE::Rails.connection from locations other than Rails.root
== 4.1.7
* Compatibility with Ruby 1.9.2
== 4.1.6
* Compatibility with Rails 3.1 (dependency specs only)
== 4.1.3 (also 3.1.2 for Rails 2)
* Documentation update
== 4.1.2 (also 3.1.1 for Rails 2)
* Fix bug in initialisation of AMEE::Rails#connection from configuration.
== 4.1.1
* Configuration bugfix
== 4.1.0 (also 3.1.0 for Rails 2)
* Add option to set connection details using environment variables, for
instance in Heroku deployments.
== 4.0.0
* Rails 3 support. Rails 2 apps will not work with this version.
== 3.0.0
* Add some pre-release functionality for AMEEconnect v3 in order to support
AMEEappkit gems.
* This should be completely transparent to existing code. Major version bump is
mainly to show that things have changed significantly underneath. Public API
is unaffected.
* Updated license to BSD 3-Clause.
== 2.7.0
* Make profile item creation more efficient by using fewer API calls.
== 2.6.0
* Add auto-retry for certain HTTP failures.
* Add options to Connection.new for timeout and retry.
* Add options to amee.yml for timeout and retry.
* More useful exception reporting in event of failures.
== 2.5.1
* Fix for bug in empty tag parsing
== 2.5.0
* Use ActiveSupport::Cache for caching
* Add ability to specify cache and debug options in amee.yml for Rails projects.
* Uses Nokogiri for some XML parsing for big speed improvements. More to come.
== 2.4.0
* Collection objects support filter blocks.
== 2.3.1
* Remove required environment UID in AMEE::Admin classes.
== 2.3.0
* Remove misleading ItemValueDefinition#type function. Use profile?, data? and
drill? separately instead.
== 2.2.0
* Add SSL support. SSL connections are now used by default.
* Log4r support
* Support for reading ItemValueDefinitions
* Include accessors from other objects
* Internal improvements including
* Improved paging support
* Tidier code for collections