Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Releases: TheRealReal/new-relixir

v 0.4.8

02 Aug 17:52
36e9e1a
Compare
Choose a tag to compare

Version 0.4.8

  • Fix @SPEC for Repo.insert_all/3 (#56)(#58)
  • Update repo transaction spec to match the callback from Ecto (#60)(#60)
  • Allowing instrumentation of Ecto.Adapters.SQL.query (#63)(#63)

v0.4.7

03 Jul 17:52
Compare
Choose a tag to compare

Version 0.4.7

  • Support registered processes as ancestors #58

v0.4.6

13 Jun 20:01
Compare
Choose a tag to compare

Version 0.4.6

v 0.4.5

13 Jun 17:57
13813aa
Compare
Choose a tag to compare

Version 0.4.5

  • Fixes dialyzer errors #53
  • Adjust instruction for Elixir version >= 1.4 #52
  • Resolve default init warning #48 #48

v0.4.4

03 May 20:05
Compare
Choose a tag to compare

Version 0.4.4

  • Use dyno name as hostname for heroku users #47

v 0.4.3

02 May 22:19
Compare
Choose a tag to compare

Version 0.4.3
Add stack trace to error reporting and add plug error handler #46
Update hackney dependency #47

v0.4.2

27 Feb 19:13
ce2f209
Compare
Choose a tag to compare

Version 0.4.2

  • Fix polling and language setting config keys #43
  • Fix test race condition #42
  • Fix Dialyzer types #41

Fix Ecto.Repo.transaction

20 Jan 01:27
Compare
Choose a tag to compare

Version 0.4.1

  • Fix Ecto.Repo.transaction arguments #35

v0.4.0

09 Jan 01:34
Compare
Choose a tag to compare

Version 0.4.0

  • Support Phoenix built-in instrumentation #31
  • Support for Plug-only, non-Phoenix applications #31
  • Deprecate NewRelixir.Plug.Phoenix #31
  • Remove statman and newrelic dependencies ( replace with Agent ) #24
  • Replace lhttpc with hackney #24
  • Support Repo.aggregate/4 instrumentation #22
  • Support insert_all/3 #32
  • Fix preload with multiple structs by inferring name from first entry #33
  • Update Ecto dependency to ~> 2.0
  • Update Elixir dependency to ~> 1.5
  • Update Phoenix dependency to ~> 1.3