Skip to content

Latest commit

 

History

History
153 lines (144 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

153 lines (144 loc) · 14.7 KB

Changelog

2.4.0 (2020-08-23)

Full Changelog

Closed issues:

  • version bump to 2.3.1 #227
  • Rebar compile issues when included in other projects #225
  • how to send mutiple token to apns in one time? #223
  • Connections using Provider Auth Token #222
  • adding coverage in Travis #218
  • Version bump to 2.3.0 #217
  • why push_notification_token return "error" #214
  • Pseudo-header field ':method' found after regular header #211
  • apns:close_connection don't closed h2_connect #209
  • Memory leaks may exist #206
  • Version Bump to 2.2.0 #196
  • Add Travis #193
  • Write an example with a pool of connections #191
  • restrict calls to push_notification and push_notification_token #188
  • Version Bump to 2.1.1 #186
  • chatterbox OPT20 gen_fsm is deprecated and will be removed in a future release #184
  • Create connections without name #183
  • gen_server push_notification return {Timeout, StreamId} #182
  • Base64 newline characters #180
  • Version Bump to 2.1.0 #177
  • research in HTTP2 clients #175
  • V2 Need async_push_notification #172
  • apns:push_notification timeout #170
  • Erlang Crashing #168
  • implement apns:get_feedback/1 #167
  • 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
  • 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
  • update katana dependency #153
  • rebar3 compile error #152
  • upload to hex #151
  • 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
  • Does this project support apns ‘s HTTP/2 connection ? #122
  • 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
  • ssl_closed after some messages #112
  • Can i use one apns4erl to support two client apps? #111
  • Why don't use a pool or multiple processes to send_message? #109
  • apns\_queue module question #108
  • rustyio/sync in rebar.config why? #106
  • {error, closed} in apns:connect and general cluelessness on my behalf #103
  • Update repo and make it ready for hex.pm #102
  • How can I get apns4erl integrated with ejabberd #100
  • One of dependencies (inaka/sync) now unavailable #89
  • Hex Package #88
  • jiffy 13.3 has compilation fails with gcc 5.2 #86
  • Full Library Revamp #84
  • ssl:connect return {error,closed} #82
  • loss of network connectivity crashes the app #80
  • Protocol versions are only for sandbox #73
  • Add a working certificate so that tests can run #71
  • Can't use multiple certificates #70
  • Test Script doesnt work #68
  • APNS return invalid_token, but the token is ok! #66
  • Bump Version to 1.0.6 #63
  • 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
  • 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
  • Increase APNS max payload size up to 2 kilobytes #42
  • test_certs script doesn't generate working certificate #33
  • Support latest APNs notification format #30
  • ssl:connect with the content of the certificate not pem file #26
  • Why Feedback server disconnected as soon as I connected the feedback ok? #24
  • Compile error on 17.0 due to erlang_otp_vsn #19
  • Post 1.0.0 Tagged Release #18
  • When APNS send an error #17
  • . #15
  • How-to use is missing #2
  • Handle disconnections from apple internally #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator