Beatboxxx

Latest version: v21.5

Safety actively analyzes 619504 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

16.0b1

-------------------

* Log beatbox calls at the debug level.
[davisagli]

* Fixed a string exception for compatibility with Python 2.6.
[davisagli]

* Added support for SOSL searches via the search method. Thanks to Alex Tokar
of Web Collective.
[davisagli]

* Added an optional cache for the sObject type descriptions needed for
marshalling query results into Python objects. This can avoid an extra
describeSObjects API call for each query, but means that the information
could become stale if the type metadata is modified in Salesforce.com.
The cache is off by default. Turn it on by passing
cacheTypeDescriptions=True when instantiating a Python client. The cache may
be reset by calling the flushTypeDescriptionsCache method of the Python
client.
[davisagli]

* Support a full SOQL statement as a parameter to the query method of the
Python client. The old 3-part method signature (fields, sObjectType,
conditionalExpression) should continue to work.
[davisagli]

* In the Python client, support relationship queries and other queries that may
return multiple types of objects. Object type descriptions (required for
marshalling field values into the correct Python type) are cached for the
duration of the query after the first time they are used. Thanks to
Melnychuk Taras of Quintagroup.
[davisagli]

* In the Python client, queries now return a list-like QueryRecordSet holding
a sequence of dict-like QueryRecord objects, instead of a dict containing a
list of dicts. This allows for more Pythonic access such as results[0].Id
instead of results['results'][0]['Id']. The old syntax should still work.
Thanks to Melnychuk Taras of Quintagroup.
[davisagli]

* Update to use version 16.0 of the Salesforce.com partner WSDL.
[davisagli]

0.12

-----------------

* Use the default serverUrl value if the passed value evaluates to boolean
False.
[davisagli]

0.11

-----------------

* Access 'created' instead of 'isCreated' in the upsert result. This closes
http://code.google.com/p/salesforce-beatbox/issues/detail?id=4
[davisagli]

0.10

-----------------

* Added optional serverUrl parameter when creating a Client.
[davisagli]

0.9.1.1

-----------

* ancient history

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.