Skip to content

Latest commit

 

History

History
251 lines (196 loc) · 19 KB

CHANGELOG.md

File metadata and controls

251 lines (196 loc) · 19 KB

Change Log

2.1.1 (2017-06-22)

Full Changelog

Closed issues:

  • Create connections without name #183

Merged pull requests:

2.1.0 (2017-05-29)

Full Changelog

Closed issues:

  • V2 Need async_push_notification #172
  • apns:push_notification timeout #170
  • Erlang Crashing #168
  • where do I register feedback handlers in v2? #166
  • Syntax error rebar3 compile #165
  • Erlang/OTP 18? #164
  • How to find out the invalid token? #163
  • update katana dependency #153
  • rebar3 compile error #152
  • Does this project support apns ‘s HTTP/2 connection ? #122
  • Version Bump to 2.1.0 #177
  • research in HTTP2 clients #175
  • implement apns:get_feedback/1 #167
  • Improve apns\_utils:sing/1 in order to use os:cmd/1 instead of ktn\_os:command/1 #159
  • add apns:connection/1 documentation to README #156
  • upload to hex #151

Merged pull requests:

  • [#177] version bump to 2.1.0 #178 (ferigis)
  • [#175] replace gun by chatterbox #176 (ferigis)
  • [#167] adding apns:get_feedback/1 #174 (ferigis)
  • [#156] update README file #173 (ferigis)
  • handle timeout config for apns:connect/1 #171 (dcy)
  • Is it possible to use apns4erl and cowboy 1 in the same release? #162 (yzh44yzh)
  • [#159] – Improve apns\_utils:sing/1 in order to use os:cmd/1. #160 (cabol)
  • export apns:connect/1 #155 (dcy)
  • [#152] update katana dependency #154 (Euen)

2.0.0 (2017-02-13)

Full Changelog

Closed issues:

  • repeatedly Reconnecting the Feedback server... #121
  • Cannot send notifications #117
  • how can i know which token is invalid? #116
  • deps jiffy master support rebar3 #115
  • Why don't use a pool or multiple processes to send_message? #109
  • {error, closed} in apns:connect and general cluelessness on my behalf #103
  • How can I get apns4erl integrated with ejabberd #100
  • loss of network connectivity crashes the app #80
  • Can't use multiple certificates #70
  • APNS return invalid_token, but the token is ok! #66
  • Is there known issues with Erlang 18 ? #60
  • Build error on R16B03-01 and R15B03 #59
  • no function clause matching ssl_cipher:hash_algorithm(239) #57
  • Version Bump to 1.0.5 #55
  • Support latest APNs notification format #30
  • test coverage #148
  • Update README and rebar in order to support only R19+ #146
  • version bump to 2.0.0 #145
  • Handling responses improvement #138
  • Update Documentation #136
  • Push Notifications with Provider's Certificate #135
  • close connection gracefully #133
  • Get Feedback from APNs #132
  • Exponential Backoff when restarting gun connection #131
  • apns_connection should monitor the gun_connection #129
  • Create a Queue for tasks #127
  • Create Connections using Provider Auth Token #126
  • Create Connections using Provider Certificate #125

Merged pull requests:

1.0.6-final (2016-10-25)

Full Changelog

Closed issues:

  • ssl_closed after some messages #112
  • Can i use one apns4erl to support two client apps? #111
  • apns\_queue module question #108
  • rustyio/sync in rebar.config why? #106
  • Update repo and make it ready for hex.pm #102
  • Hex Package #88

Merged pull requests:

1.0.6 (2015-11-25)

Full Changelog

Fixed bugs:

  • Compile error using Erlang R16B02 (erts-5.10.3) #85 (jianjyan)

Closed issues:

  • One of dependencies (inaka/sync) now unavailable #89
  • jiffy 13.3 has compilation fails with gcc 5.2 #86
  • ssl:connect return {error,closed} #82
  • Protocol versions are only for sandbox #73
  • Add a working certificate so that tests can run #71
  • Test Script doesnt work #68
  • Bump Version to 1.0.6 #63

Merged pull requests:

1.0.5 (2015-06-01)

Full Changelog

Closed issues:

  • SSL: Socket error: etimedout #52
  • gen_server fails with bad return value #51
  • delete subscription callback not getting called #49
  • How to get query and get data from FeebackService #48
  • Handling 'DOWN' connection when sending message using send_message #47
  • How to get .pem file for Apple APNS #46
  • How can I get apns4erl integrated with ejabberd #45
  • Why Feedback server disconnected as soon as I connected the feedback ok? #24

Merged pull requests:

1.0.4 (2015-02-20)

Full Changelog

Closed issues:

  • Increase APNS max payload size up to 2 kilobytes #42
  • When APNS send an error #17

Merged pull requests:

1.0.3 (2015-01-05)

Full Changelog

Merged pull requests:

1.0.2 (2014-12-01)

Full Changelog

Closed issues:

  • test_certs script doesn't generate working certificate #33
  • ssl:connect with the content of the certificate not pem file #26
  • Compile error on 17.0 due to erlang_otp_vsn #19
  • Post 1.0.0 Tagged Release #18
  • Unicode Issues #15

Merged pull requests:

1.0.1 (2014-02-25)

Full Changelog

Closed issues:

  • Handle disconnections from apple internally #1

Merged pull requests:

  • allow sending message with content available #12 (michihuber)
  • Add caveat about passing callbacks using local fun references #11 (RJ)
  • Added ability to include extra data payload into the push packet #10 (mhald)
  • Enabled cover in rebar.config, added cover.spec #9 (igaray)
  • Inaki makefilefix #8 (igaray)
  • Removed tests directory from rebar.config edoc options. #7 (igaray)
  • Update for R16B #6 (kato-im)
  • -specs for binary arguments #5 (IgorKarymov)
  • Function to calculate remaining bytes in a payload #4 (pnc)
  • closes #1 #3 (marcelog)

1.0.0 (2012-09-18)

Closed issues:

  • How-to use is missing #2

* This Change Log was automatically generated by github_changelog_generator