oc-web.6.0.0.source-code.ChangeLog.wiki Maven / Gradle / Ivy
#summary Change log of phloc-web
= Change log =
This content is generated. Do not modify!
Date Action Category Incompatible? Description
8/13/14 _Release *5.5.1*_
8/13/14 fix tech Fixed equality issue when serializing and deserializing FailedMailData without an error message
8/13/14 fix tech Fixed potential NPE when queuing an email without MailData
5/21/14 _Release *5.5.0*_
5/21/14 change tech Prepared for Maven central release
5/21/14 update tech Updated to javax.mail 1.5.2
4/30/14 _Release *5.4.3*_
4/30/14 update api Made FailedMailData and FailedMailQueue serializable
4/29/14 _Release *5.4.2*_
4/29/14 update tech Updated to [http://code.google.com/p/phloc-commons phloc-commons] 4.3.1
4/28/14 _Release *5.4.1*_
4/25/14 change tech @IsOffline now has retention type RUNTIME
4/23/14 _Release *5.4.0*_
4/15/14 update tech Updated to DNSJava 2.1.6
4/14/14 add api Added new package com.phloc.web.https with some common HTTPS/SSL helper stuff
4/3/14 update tech Updated to JSch 0.1.51
2/12/14 _Release *5.3.7*_
2/12/14 update tech Added support for UTF-8 encoded filenames in Content-Disposition of UnifiedResponse based on RFC 5987
1/27/14 _Release *5.3.6*_
1/27/13 add api Added new API in UnifiedResponse for using the response header 'Strict-Transport-Security'
1/27/13 add api Added new API in UnifiedResponse for using the response header 'X-Content-Type-Options' (disallow mime sniffing)
1/27/13 add api Added possibility in UnifiedResponse to set custom response headers if necessary
1/21/14 _Release *5.3.5*_
1/21/14 update tech Fixed error in UnifiedResponse when using an HTTP error code (`>`=400) and having content - in this case the content was ignored.
1/15/14 _Release *5.3.4*_
1/15/14 update tech Updated to [http://code.google.com/p/phloc-commons phloc-commons] 4.1.1
1/14/14 update tech Made more classes serializable
1/2/14 _Release *5.3.3*_
1/2/14 update tech Updated to [http://code.google.com/p/phloc-commons phloc-commons] 4.1.0
12/20/13 change api Removed declared IOExceptions from IFileItem.getInputStream/getOutputStream
11/29/13 update tech Updated to com.sun.mail:javax.mail 1.5.1
10/29/13 _Release *5.3.2*_
10/29/13 add api Added the possibility to set an extended transport listener that retrieves the ISMTPSettings and the IEmailData as well using the interface IEmailDataTransportListener
10/29/13 add api EmailData is now derived from AttributeContainer to support arbitrary non-content settings
10/23/13 _Release *5.3.1*_
10/23/13 add api Added new class NetworkInterfaceUtils
10/23/13 add api Added new classes ParentProviderNetworkInterface and ChildrenProviderNetworkInterface
10/23/13 add api Added new class ComparatorNetworkInterfaceDisplayName
10/22/13 add api Added SSL-support methods in class RequestHelper
10/18/13 add api Added simplified constructor to UnifiedResponse
10/16/13 _Release *5.3.0*_
10/16/13 change api *yes* Moved constants from ISMTPSettings to EmailGlobalSettings and made customizable
10/16/13 change api *yes* Renamed MailTransportSettings to EmailGlobalSettings
10/16/13 change api *yes* Changed the structure of the com.phloc.web.smtp packages
10/16/13 add tech Added the possibility to configure the maximum mail queue length via MailTransportSettings
10/16/13 add feature Mails that were not sent are also put into the failed mail queue
10/16/13 fix tech Improved handling of MailAPI when the queue was stopped
10/16/13 add api Added support for different content disposition of attachments
10/16/13 add api Added Charset to IEmailAttachment
9/29/13 add api *yes* Added support for STARTTLS in ISMTPSettings
9/13/13 _Release *5.2.0*_
9/13/13 add api Added new class HttpProxyAuthenticator
9/13/13 add api Extended proxy classes to retrieve the current proxy settings
9/13/13 add api Added class ServletRedirectIndicatorException from [http://code.google.com/p/phloc-webbasics phloc-webbasics]
9/13/13 add api Added sitemap stuff from [http://code.google.com/p/phloc-webbasics phloc-webbasics]
9/5/13 _Release *5.1.1*_
9/5/13 change api All mock-classes are non-final
9/5/13 fix tech Made MIME type parsing more error-safe
9/4/13 _Release *5.1.0*_
9/3/13 add api Added getters to ConstantAuthenticator
9/3/13 remove tech *yes* Removed deprecated classes and methods
9/3/13 update tech Updated to [http://code.google.com/p/phloc-commons phloc-commons] 4.0.10
8/29/13 _Release *5.0.7*_
8/28/13 update tech Updated to [http://code.google.com/p/phloc-commons phloc-commons] 4.0.9
8/20/13 add api Extended RequestLogger to handle Cookies as well
6/6/13 _Release *5.0.6*_
6/6/13 add api Extended RequestParamMap API
6/3/13 update tech Updated to JSch 0.1.50
5/6/13 add api Updated RequestLogger API
4/22/13 _Release *5.0.5*_
4/22/13 update tech Updated to com.sun.mail:javax.mail 1.5.0
4/17/13 update tech Updated to [http://code.google.com/p/phloc-commons phloc-commons] 4.0.3
4/8/13 add api Added new class ComparatorNetworkInterfaceName
4/2/13 add api Added possibility to set SMTP ConnectionListener and TransportListener
3/25/13 _Release *5.0.4*_
3/25/13 fix tech Fixed potential deadlock in MailAPI
3/19/13 _Release *5.0.3*_
3/17/13 add api Added support for HTTP Digest Authentication
3/13/13 add api Extended HTTPHeaderMap API
3/13/13 add api Added new class BasicAuthCredentials and using it in HTTPBasicAuth
3/13/13 update tech Updated to [http://code.google.com/p/phloc-commons phloc-commons] 4.0.0
3/13/13 add api Added new class HTTPStringHelper
3/13/13 change api Deprecated class BasicAuth in favor of new name HTTPBasicAuth
3/12/13 update tech Updated to javax.mail 1.4.7
3/10/13 add api Added new package encoding with support for Punycode, RFC 1522 encoding and RFC 2047 encoding
3/7/13 _Release *5.0.2*_
3/5/13 add api *yes* IEmailData now has a fluent API
3/5/13 change api *yes* Added new implementation ReadonlySMTPSetting and made SMTPSettings mutable
3/5/13 change api Allowing to pass a negative port number in SMTPSettings constructor to use the default port
3/2/13 add api Added new method MockHttpServletRequest.setPathsFromRequestURI() which sets all path related elements from request URI
3/2/13 change api *yes* Changed type of HTTP method in class MockHttpServletRequest
3/2/13 add api Extracted class MockServletInputStream
3/2/13 add api Improved MockServletConfig implementation and extended MockServletContext to easily create such implementations
2/27/12 _Release *5.0.1*_
2/26/13 update api *yes* Improved API of MailAPI class
2/26/13 add api Added some methods to the RequestHelper class
2/26/13 add api Added support for UAProfiles - for mobile user agents
2/26/12 _Release *5.0.0*_
© 2015 - 2025 Weber Informatics LLC | Privacy Policy