- Change functions
add_permission
andremove_permission
toadd_queue_permission
andremove_queue_permission
to avoid namespace clash with aws.sns in awspack.
- Update docs and knit README for CRAN release.
- Added a convenience function,
consume_msg()
, that simply callsreceive_msg()
anddelete_msg()
in sequence. (#5) - Added a
query
argument to all functions in order to pass optional arguments tosqsHTTP()
. (#7, h/t Ludovic Vannoorenberghe)
- Fixed a typo in
get_queue_attrs()
that was preventing return of attributes. (h/t Dinesh Mistry)
- Fixed a bug in
delete_msg()
that was preventing message deletion. (#4)
- Fixed a
structure()
bug insqsHTTP()
that was reporting an error when JSON parsing failed. (#4) - Documented
add_permission()
andremove_permission()
.
- Initial release.