---- Add timeout on JWT requests for information about an issuer. The timeout went from 60 seconds to 5 seconds.
3.38
---- Make AWS credentials optional when creating a Queue. This reorders the parameters which you might need to deal with if you didn't use named parameters
3.37
---- Fix log message when sending None out through a URL field. We were getting prod spam
3.36
---- Allow None to be sent out of a URL field
3.35
---- Add URL field which automatically strips out username/password.
3.34
---- Allow for specifying a particular key when using `jwt.encode()`. Previously we always pulled this from the config option `SEPIIDA_JWT_KEY`. Now a client can pass in a particular key and override pulling the key from the app config. This is useful in testing to pretend to be either side of a JWT conversation without having to manipulate the config