Dynomate 1.3.0
Released June 13, 2025 (about 8 hours ago)
This release addresses two important fixes: MFA input visibility in dark mode and proper type handling for numeric query comparisons. Both improvements focus on removing friction from common DynamoDB operations.
MFA inputs now visible in dark mode
Multi-factor authentication input fields were effectively invisible in dark mode due to insufficient contrast. We've corrected the theme implementation to ensure the inputs maintain proper visibility across all color schemes.
Fixed numeric comparisons in queries
Query operations using comparison operators (>, <, >=, <=) on numeric sort keys were failing with type validation errors. The issue stemmed from the query builder sending numeric values as strings.
We now detect numeric attributes from your table schema and automatically apply the correct type conversion. This means queries like price > 100
work as expected.