/CHANGELOG

http://github.com/notnoop/java-apns · #! · 49 lines · 40 code · 9 blank · 0 comment · 0 complexity · 038694794c901c10097d3dca6b66e475 MD5 · raw file

  1. Changelog of java-apns
  2. Version 0.2.4.build-SNAPSHOT - (in progress)
  3. - Performance testing java-apns (#95)
  4. Version 0.2.3 - Mar 30, 2013
  5. - return back to com.notnoop.apns group id (#91)
  6. - Add no operation delegate adapter and ability to build service with keystore (#93)
  7. - Proxy support for Feedback connection (#92)
  8. - Make APNS class final
  9. - Batch APNS (#14)
  10. - Update dependencies (#85 #84)
  11. Version 0.2.2 - Jan 20, 2013
  12. - ApnsConnection resend unsent notifications after error
  13. - Do not stop QueuedApnsService on unsuccessful attempt to submit a message
  14. - Continuous integration builds on travis ci
  15. - Support Proxy.Type.HTTP.
  16. - Do not log error messages for retries when sending a message, rather
  17. log one when we can't send a message at all.
  18. - When there is an error (error packet or exception in parsing error packet)
  19. close the socket instead of waiting for APNS to close it.
  20. - java-apns now is an osgi bundle
  21. - Have ApnsService.push return sent messages
  22. - Add changelog
  23. Version 0.1.6 - Jan 13, 2011
  24. - Publish maven artifacts to central maven repo
  25. - Fix a bug cause error detection not to be disabled
  26. Version 0.1.5 - Aug 13, 2010
  27. - Add support for enhanced push notification
  28. - Enable error detection for dropped connections
  29. - Rely on slf4j as dependency instead of logback
  30. - Support launch images in notifications
  31. Version 0.1.4 - Apr 14, 2010
  32. - Support SOCKS proxies
  33. - Add better options for shrinking long alert messages (e.g. insert "...")
  34. - Fix a bug related to reconnection policy in pooled connections
  35. Version 0.1.3 - Feb 5, 2010
  36. - Add an ApnsService.testConnection for testing setups and connections
  37. - Add ApnsService delegate interface to monitor progress
  38. - Add better more descriptive Exceptions
  39. Version 0.1.2 and older
  40. Distance past...