Jeremy Mikola from 10gen discussed new features in MongoDB 2.4 related to sharding. He covered shard keys, hashed shard keys, and tag-aware sharding. Shard keys are used to partition data across shards and must have certain properties. Hashed shard keys provide better distribution by hashing the shard key value. Tag-aware sharding allows associating shard key ranges with specific shards to control data location for reasons like performance or legal requirements.