···44- added explicit `base64` dependency in gemspec
55- added `MAX_LIMIT` (100) and `DEFAULT_LIMIT` (50) constants
66- removed deprecated options `enable_unsafe_auth` and `validate_responses`
77+- fixed `rake:publish` not working with feed `description` is nil (thx @jthigpen)
88+- `rake:publish` shows a better error message when `createSession` requires a 2FA token
79- added various additional checks:
88- 1. `Server` checks if `BlueFactory.hostname` and `BlueFactory.publisher_did` are set before launching
99- 2. `add_feed` checks if the key contains only valid characters
1010- 3. `add_feed` checks if the feed class has a `#get_posts` method
1111- 4. `getFeedSkeleton` ensures that the limit param is between 1 and 100 (so you don't need to check that)
1212- 5. `raw_did` checks if the extracted payload contains an `iss` key
1010+ * `Server` checks if `BlueFactory.hostname` and `BlueFactory.publisher_did` are set before launching
1111+ * `add_feed` checks if the key contains only valid characters
1212+ * `add_feed` checks if the feed class has a `#get_posts` method
1313+ * `getFeedSkeleton` ensures that the limit param is between 1 and 100 (so you don't need to check that)
1414+ * `raw_did` checks if the extracted payload contains an `iss` key
13151416## [0.2.1] - 2025-12-07
1517