Dynomate 1.12.0
Released March 19, 2026 (
Filter autocomplete that understands your data shape, sort key ordering, and a nested field filtering fix that the AWS Console still hasn't shipped.
Filter Suggestions with Autocomplete
As you type into any filter field, Dynomate now suggests attribute names based on your actual data — nested objects and arrays included. Start typing and the autocomplete walks you through your document structure, level by level.
No more tab-switching to remember attribute paths. You'll write filters in seconds that used to take a minute of double-checking.
Sort Key Ordering
Sort your query results by sort key, ascending or descending. This isn't client-side column sorting — the ordering happens at the query level, so DynamoDB returns the data in the order you asked for.
Boolean Filter Type
Boolean wasn't available as a type option when building filters. Now it is. If you've got isActive, hasShipped, or any other boolean attribute, you can filter on it directly.
Nested Field Filtering Now Works Correctly
Filtering by nested fields — user.address.city, items[0].status — used to silently return zero results. This has been one of our most requested fixes.
Dot notation, array indices, the whole thing. Your filters now hit exactly the data they should, regardless of nesting depth. For what it's worth, the AWS Console still can't do this.
