You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens at runtime on every call with ex_aws_route53 (its an IO.warn call in the doc/1 function).
The deprecation warning was added in 2.1.0, so possible solutions would be to either set the dependency to < 2.1.0 or update the calling code and set the dependency to >= 2.1.0. Considering that 2.1.0 was released over 3 years ago I would guess that its pretty safe to set 2.1.0 as the lower bounds.
The text was updated successfully, but these errors were encountered:
Using xml_builder > 2.0.0 with ex_aws_route53 causes the following warning to be printed to stderr:
This happens at runtime on every call with ex_aws_route53 (its an
IO.warn
call in thedoc/1
function).The deprecation warning was added in 2.1.0, so possible solutions would be to either set the dependency to
< 2.1.0
or update the calling code and set the dependency to>= 2.1.0
. Considering that 2.1.0 was released over 3 years ago I would guess that its pretty safe to set 2.1.0 as the lower bounds.The text was updated successfully, but these errors were encountered: