0.2.0
BREAKING CHANGES:
- data-source/ironio_projects: Renamed
filter_name
argument toname
and moved it into the newfilter
block - data-source/ironio_queues: Renamed
filter_name
argument toname
and moved it into the newfilter
block - provider: Changed configuration schema to use blocks (
auth
,cache
,mq
andworker
)
FEATURES:
- New Data Source:
ironio_pull_queue
- New Data Source:
ironio_push_queue
ENHANCEMENTS:
- data-source/ironio_queues: Added
filter
block and two new filters (pull
andpush
) - data-source/ironio_queues: Added
types
attribute - makefile: Added
example
target to simplify the testing process - resource/ironio_pull_queue: Added
message_count
andmessage_count_total
attributes - resource/ironio_push_queue: Added
message_count
andmessage_count_total
attributes