The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
- new query operators from MongoDB
	$not: { $gt: 1 }, $not: qr/asdf/
	$nor: [ { query }, { query } ]
	$regex: 'acme', $options: 'i'
	$text
	$size with ranges
- new update modifiers from MongoDB
	$mul
	new $push stuff
	$setOnInsert
	$min
	$max
	$currentDate
	$pushAll deprecated
	$each
	$slice
	$sort
	$position
	$bit