Improved
SDK Version 1.12.0 Release
 over 1 year ago by Derek Gervais
Version 1.12.0 of the Benchling SDK is a release focusing on coverage. This includes promoting upsert and bulk upsert methods for entities, adding filters for listing plates, and a method for retrieving warehouse user credentials summaries.
What’s Changing?
Promoted
- The following upsert and bulk upsert endpoints previously available in v2-beta are now promoted to stable; the corresponding endpoints have been removed from 
v2-betain the SDKbenchling.aa_sequences.upsertbenchling.aa_sequences.bulk_upsertbenchling.custom_entities.upsertbenchling.custom_entities.bulk_upsertbenchling.dna_oligos.upsertbenchling.dna_oligos.bulk_upsertbenchling.dna_sequences.upsertbenchling.dna_sequences.bulk_upsertbenchling.entities.bulk_upsertbenchling.molecules.upsertbenchling.molecules.bulk_upsertbenchling.rna_oligos.upsertbenchling.rna_oligos.bulk_upsert
 
Added
- Added the following endpoints for matching and searching DNA/RNA sequences:
benchling.dna_sequences.match_basesbenchling.dna_sequences.search_basesbenchling.rna_sequences.match_basesbenchling.rna_sequences.search_bases
 - Added endpoint for getting user warehouse credentials summary:
benchling.users.get_warehouse_logins
 - Added filters to 
benchling.plates.list:empty_containersempty_containers_gtempty_containers_gteempty_containers_ltempty_containers_lteempty_positionsempty_positions_gtempty_positions_gteempty_positions_ltempty_positions_lte
 
When is this happening?
Version 1.12.0 of the Benchling SDK is now live! Find the SDK in PyPI.
