Skip to content

Releases: mdneuzerling/lambdr

v1.2.5

25 Nov 10:24
2f19cbf
Compare
Choose a tag to compare
  • Update docs to include information on Docker tags.

v1.2.4

30 Sep 09:22
e3c1021
Compare
Choose a tag to compare

lambdr 1.2.4

  • Fixed incorrect argument name in internal documentation.

v1.2.3

30 Sep 08:53
568890b
Compare
Choose a tag to compare

lambdr 1.2.3

  • Removed all verbatim chunks (marked by three backticks) in help docs, to meet
    new CRAN requirements.
  • Documented package with "_PACKAGE" sentinel to meet new CRAN requirements.

v1.2.2

14 Aug 11:21
Compare
Choose a tag to compare

lambdr 1.2.2

  • Removed all center attributes in <img> tags, in line with new CRAN policy.

lambdr 1.2.1

  • Fixed a bug that was preventing lambdr from identifying events coming from
    AWS SNS.
  • Default to the formatter_paste log formatter instead of formatter_glue,
    which can cause issues when logging JSON objects.

v1.2.0

23 Apr 01:26
Compare
Choose a tag to compare

lambdr 1.2.0

  • Added html_response for sending bespoke responses to API Gateways.

(Windows tests are failing, but it looks like I've managed to publish this within 24 hours of R4.2 being released. It's probably just the repo that needs to catch up with Windows binaries)

v1.1.0

14 Nov 21:19
Compare
Choose a tag to compare

lambdr 1.1.0

  • Removed setup_logging. Logging thresholds can be changed directly with
    logger::log_threshold. An example has been added to ?start_lambda.
  • Improved documentation for how deserialisation works in README and ?lambdr.
  • Minor changes for CRAN submission.

v1.0.0

08 Nov 09:41
Compare
Choose a tag to compare

Initial release