You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 09:00:42 +13:00
4.0 KiB
4.0 KiB
Change Log
All notable changes to this project will be documented in this file.
[3.4.1] - 2017-07-03
Added
- Pull #116: Fixing mimetypes in the NewSingleEmail function
- Big thanks to Depado for the pull request!
[3.4.0] - 2017-06-14
Added
- Pull #96: Send a Single Email to a Single Recipient
- Big thanks to Oranagwa Osmond for the pull request!
[3.3.1] - 2016-10-18
Fixed
- Pull #95: Use log instead of fmt for printing errors
- Big thanks to Gábor Lipták for the pull request!
[3.3.0] - 2016-10-10
Added
[3.2.3] - 2016-10-10
Added
- Pull #91: Simplified code in mail helper
- Big thanks to Roberto Ortega for the pull request!
[3.2.2] - 2016-09-08
Added
- Merged pull request: update prismPath and update prism binary
- Special thanks to Tom Pytleski for the pull request!
[3.2.1] - 2016-08-24
Added
- Table of Contents in the README
- Added a USE_CASES.md section, with the first use case example for transactional templates
[3.2.0] - 2016-08-17
Added
- Merged pull request: make contents var args in NewV3MailInit
- The
NewV3MailInitMail Helper constructor can now take in multiple content objects. - Thanks to Adrien Delorme for the pull request!
[3.1.0] - 2016-07-28
- Dependency update to v2.2.0 of sendGrid-rest
- Pull #9: Allow for setting a custom HTTP client
- Here is an example of usage
- This enables usage of the sendgrid-go library on Google App Engine (GAE)
- Special thanks to Chris Broadfoot and Sridhar Venkatakrishnan for providing code and feedback!
[3.0.6] - 2016-07-26
Added
- Troubleshooting section
[3.0.5] - 2016-07-20
Added
- README updates
- Update introduction blurb to include information regarding our forward path
- Update the v3 /mail/send example to include non-helper usage
- Update the generic v3 example to include non-fluent interface usage
[3.0.4] - 2016-07-12
Added
- Update docs, unit tests and examples to include Sender ID
Fixed
- Missing example query params for the examples
[3.0.3] - 2016-07-08
Fixed
[3.0.2] - 2016-07-07
Added
- Tests now mocked automatically against prism
[3.0.1] - 2016-07-05
Added
- Accept: application/json header per https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/requests.html
Updated
- Content based on our updated Swagger/OAI doc
[3.0.0] - 2016-06-14
Added
- Breaking change to support the v3 Web API
- New HTTP client
- v3 Mail Send helper
[2.0.0] - 2015-05-02
Changed
- Fixed a nasty bug with orphaned connections but drops support for Go versions < 1.3. Thanks trinchan
[1.2.0] - 2015-04-27
Added
- Support for API keys