previous handful of packages like -datatypes or -dblink. They
contain all of the contrib subtree, matching what similar packages
carry in e.g. FreeBSD ports or what PostgreSQL users generally
expect.
This subtree contains porting tools, analysis utilities, and
plug-in features that are not part of the core PostgreSQL system,
mainly because they address a limited audience or are too
experimental to be part of the main source tree. This does not
preclude their usefulness.
3.2.7 Jun 7, 2016
Issues fixed:
SERVER-24054: JS segmentation fault on load of certain NaNs.
SERVER-24058: Connection pool asio doesn't honor setup
timeouts.
SERVER-24117: Mongo binaries ELF stack has become executable.
3.2.6 Apr 28, 2016
First production release of the in-memory storage engine.
Issues fixed:
SERVER-22970: Background index build may result in extra index key
entries that do not correspond to indexed documents.
SERVER-22043: mongo shell method count() ignores read preference.
3.2.5 Apr 14, 2016
Issues fixed:
SERVER-22964: IX GlobalLock held while waiting for WiredTiger
cache eviction.
SERVER-22831: Low query rate with heavy cache pressure and an idle
collection.
SERVER-21681: Include index size stats for in-memory storage
engine.
Security Notes
The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.1t. Issues fixed in the new version are described at http://www.openssl.org/news/vulnerabilities.html.
This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead. (Bug 23229564)
Functionality Added or Changed
A new CMake option, WITH_SYMVER16, if enabled, causes the libmysqlclient client library to contain extra symbols to be compatible with libmysqlclient on RHEL/OEL 5, 6, 7, and Fedora releases. All symbols present in libmysqlclient.so.16 are tagged with symver 16 in libmsqlclient.so.18, making those symbols have both symver 16 and 18. (Bug 22980983)
support-files/MacOSX/ReadMe.txt is no longer included in MySQL distributions. (Bug 81038, Bug 23088916)
The version of the tcmalloc library included in MySQL distributions was very old. It has been removed and is no longer included with MySQL. (Bug 80994, Bug 23068660)
Bugs Fixed
InnoDB: MySQL failed to build on Fedora 24 using GCC 6. (Bug 23227804)
InnoDB: Potential buffer overflow issues were corrected for the InnoDB memcached plugin. (Bug 23187607)
InnoDB: The full-text index cache was freed during a background index cache synchronization. (Bug 22996488)
InnoDB: A full-text index operation raised an assertion. (Bug 22963169)
InnoDB: An INSERT operation on a table with a FULLTEXT index and FTS_DOC_ID column failed because the inserted FTS_DOC_ID value exceeded the permitted gap between consecutive FTS_DOC_ID values. To avoid this problem, the permitted gap between the largest used FTS_DOC_ID value and new FTS_DOC_ID value was raised from 10000 to 65535. (Bug 22679185)
InnoDB: With innodb_autoinc_lock_mode=0, multiple threads waiting for a table-level lock caused an unexpected deadlock. (Bug 21983865, Bug 78761)
InnoDB: A FLUSH TABLES ... FOR EXPORT operation appeared to stall. A loop in the ibuf_contract_in_background function failed to exit. (Bug 21133329, Bug 77011)
InnoDB: A full-text query raised an assertion. Under certain circumstances, DDL operations such as ALTER TABLE ... RENAME caused full-text auxiliary tables to be removed on server restart. (Bug 13651665)
Replication: In the next_event() function, which is called by a slave's SQL thread to read the next even from the relay log, the SQL thread did not release the relaylog.log_lock it acquired when it ran into an error (for example, due to a closed relay log), causing all other threads waiting to acquire a lock on the relay log to hang. With this fix, the lock is released before the SQL thread leaves the function under the situation. (Bug 21697821)
References: See also: Bug 20492319.
Replication: If a multi-threaded replication slave running with relay_log_recovery=1 stopped unexpectedly, during restart the relay log recovery process could fail. This was due to transaction inconsistencies not being filled, see Handling an Unexpected Halt of a Replication Slave. Prior to this fix, to recover from this situation required manually setting relay_log_recovery=0, starting the slave with START SLAVE UNTIL SQL_AFTER_MTS_GAPS to fix any transaction inconsistencies and then restarting the slave with relay_log_recovery=1. This process has now been automated, enabling relay log recovery of a multi-threaded slave upon restart automatically. (Bug 77496, Bug 21507981)
INSERT with ON DUPLICATE KEY UPDATE and REPLACE on a table with a foreign key constraint defined failed with an incorrect “duplicate entry” error rather than a foreign key constraint violation error. (Bug 23135731)
References: This issue is a regression of: Bug 78853, Bug 22037930.
For debug builds, CONCAT_WS() could raise an assertion if there was nothing to append. (Bug 22888420)
Invoking Enterprise Encryption functions in multiple threads simultaneously could cause a server exit. (Bug 22839278)
Attempting to use Enterprise Encryption functions after creating and dropping them could cause a server exit. (Bug 22669012)
Setting sort_buffer_size to a very large value could cause some operations to fail with an out-of-memory error. (Bug 22594514)
An assertion could be raised when a deadlock occurred due to a SELECT ... GROUP BY ... FOR UPDATE query executed using a Loose Index Scan. (Bug 22187476)
Several potential buffer overflow issues were corrected. (Bug 21977380, Bug 23187436, Bug 23202778, Bug 23195370, Bug 23202699)
If the CA certificate as given to the --ssl-ca option had an invalid path, yaSSL returned an error message different from OpenSSL. Now both return SSL connection error: SSL_CTX_set_default_verify_paths failed. (Bug 21920657)
Some string functions returned one or a combination of their parameters as their result. If one of the parameters had a non-ASCII character set, the result string had the same character set, resulting in incorrect behavior when an ASCII string was expected. (Bug 18740222)
On Windows, MySQL installation could result in MySQL being placed under C:\Program Files\Canon\Easy-WebPrint EX. (Bug 14583183)
References: See also: Bug 70918, Bug 68821, Bug 68227.
On Fedora 24, upgrades using a Community MySQL Server RPM failed to replace an installed MariaDB Galera server due to a change in the MariaDB package. (Bug 81390, Bug 23273818)
MySQL did not compile under Solaris 12 using Sun Studio. To correct this, instances of __attribute__ were changed to MY_ATTRIBUTE. (Bug 80748, Bug 22932576)
The INSTALL-SOURCE file had partly outdated information and has been removed from source packages. (Binary packages are unaffected). (Bug 80680, Bug 23081064)
For a server compiled with -DWITH_PERFSCHEMA_STORAGE_ENGINE=0, a memory leak could occur for buffered log messages used during server startup. (Bug 80089, Bug 22578574)
For debug builds, merging a derived table into an outer query block could raise an assertion. (Bug 79502, Bug 22305361, Bug 21139722)
A null pointer dereference of a parser structure could occur during stored procedure name validation. (Bug 79396, Bug 22286421)
Using CREATE USER to create an account with the mysql_native_password or mysql_old_password authentication plugin and using a clause of the form IDENTIFIED WITH plugin AS 'hash_string' caused the account to be created without a password. (Bug 78033, Bug 21616496)
Failure of UNINSTALL PLUGIN could lead to inaccurate or confusing errors for subsequent INSTALL PLUGIN operations. (Bug 74977, Bug 20085672)
mysqld_multi displayed misleading error messages when it was unable to execute my_print_defaults. (Bug 74636, Bug 19920049)
On Windows, MySQL installation failed if the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ registry key was present with a key/value pair of "InstallLocation" and "\Hewlett-Packard\\". (Bug 74631, Bug 19949163)
mysqldump failed silently with no error message when it encountered an error while executing FLUSH LOGS.
into the binary packages. Fixes problems with building software
manually against binary postgresql*-client packages built under an
unprivileged setup. Bump respective PKGREVISION.
See https://github.com/joyent/pkgsrc/issues/377
Functionality Added or Changed
The version of the tcmalloc library included in MySQL distributions was very old. It has been removed and is no longer included with MySQL.
Bugs Fixed
INSERT with ON DUPLICATE KEY UPDATE and REPLACE on a table with a foreign key constraint defined failed with an incorrect “duplicate entry” error rather than a foreign key constraint violation error.
Setting sort_buffer_size to a very large value could cause some operations to fail with an out-of-memory error.
Several potential buffer overflow issues were corrected.
If the CA certificate as given to the --ssl-ca option had an invalid path, yaSSL returned an error message different from OpenSSL. Now both return SSL connection error: SSL_CTX_set_default_verify_paths failed.
Some string functions returned one or a combination of their parameters as their result. If one of the parameters had a non-ASCII character set, the result string had the same character set, resulting in incorrect behavior when an ASCII string was expected.
A null pointer dereference of a parser structure could occur during stored procedure name validation.
mysqld_multi displayed misleading error messages when it was unable to execute my_print_defaults.
under $PKG_SYSCONFDIR, and prevents mysql_install_db from creating
$PREFIX/my.cnf. Brings mysql56-client and mysql56-server in sync
WRT my.cnf location. Bump respective PKGREVISIONs.
Noticed by peterkelm@ on Github.
- Add --peek option to get-wal command to discover existing WAL
files from the Barman's archive
- Add replication-status command for monitoring the status of any
streaming replication clients connected to the PostgreSQL
server. The --target option allows users to limit the request to
only hot standby servers or WAL streaming clients
- Add the switch-xlog command to request a switch of a WAL file to
the PostgreSQL server. Through the '--force' it issues a
CHECKPOINT beforehand
- Add streaming_archiver_name option, which sets a proper
application_name to pg_receivexlog when streaming_archiver is
enabled (only for PostgreSQL 9.3 and above)
- Check for _superuser_ privileges with PostgreSQL's standard
connections (#30)
- Check the WAL archive is never empty
- Check for 'backup_label' on the master when server is down
- Improve barman-wal-restore contrib script
- Treat the "failed backups" check as non-fatal
- Rename '-x' option for get-wal as '-z'
- Add archive_mode=always support for PostgreSQL 9.5 (#32)
- Properly close PostgreSQL connections when necessary
- Fix receive-wal for pg_receive_xlog version 9.2
3.4.1
Bug Fixes
- Gevent connection closes on IO timeout
- "dictionary changed size during iteration" with Python 3
3.4.0
Features
- Include DSE version and workload in Host data
- Add a context manager to Cluster and Session
- Better Error Message for Unsupported Protocol Version
- Make the error message explicitly state when an error comes from
the server
- Short Circuit meta refresh on topo change if NEW_NODE already
exists
- Show warning when the wrong config is passed to SimpleStatement
- Return namedtuple result pairs from execute_concurrent
- BatchStatement should enforce batch size limit in a better way
- Validate min/max request thresholds for connection pool scaling
- Handle or warn about multiple hosts with the same rpc_address
- Write docs around working with datetime and timezones
Bug Fixes
- High CPU utilization when using asyncore event loop
- Fix CQL Export for non-ASCII Identifiers
- Make stress scripts Python 2.6 compatible
- UnicodeDecodeError when unicode characters in key in BOP
- WhiteListRoundRobinPolicy should resolve hosts
- Cluster and Session do not GC after leaving scope
- Don't wait for schema agreement on ignored nodes
- Reprepare on_up with many clients causes node overload
- None inserted into host map when control connection node is
decommissioned
- weakref.ref does not accept keyword arguments
Fixed bug in “evaluate” strategy of Query.update() and Query.delete() which would fail to accommodate a bound parameter with a “callable” value, as which occurs when filtering by a many-to-one equality expression along a relationship.
Fixed bug whereby the event listeners used for backrefs could be inadvertently applied multiple times, when using a deep class inheritance hierarchy in conjunction with mutiple mapper configuration steps.
Fixed bug whereby passing a text() construct to the Query.group_by() method would raise an error, instead of intepreting the object as a SQL fragment.
Anonymous labeling is applied to a func construct that is passed to column_property(), so that if the same attribute is referred to as a column expression twice the names are de-duped, thus avoiding “ambiguous column” errors. Previously, the .label(None) would need to be applied in order for the name to be de-anonymized.
Fixed regression appearing in the 1.0 series in ORM loading where the exception raised for an expected column missing would incorrectly be a NoneType error, rather than the expected NoSuchColumnError.
== 2.3.3 Release Notes
=== New features
Geo::
- Add CONTAINS relation to geo_shape query
=== Enhancements
Core::
- Kill thread local leak
REST::
- CORS handling triggered whether User-Agent is a browser or not
=== Bug fixes
Core::
- Don't try to compute completion stats on a reader after we
already closed it
Highlighting::
- Exclude all but string fields from highlighting if wildcards are
used...
Query DSL::
- Fix NullPointerException in SimpleQueryParser when analyzing
text produces a null query
REST::
- CORS should permit same origin requests
- Allow CORS requests to work with HTTP compression enabled
=== Upgrades
Internal::
- Update Jackson 2.6.2 -> 2.6.6 (latest and final 2.6 patch)
* New configuration variable COMPATINCLUDEDIR
When used with --enable-libgdbm-compat, this variable points to the
directory where the headers file dbm.h and ndbm.h will be installed.
Use this variable to avoid conflicts with already installed headers.
E.g.:
./configure --enable-libgdbm-compat COMPATINCLUDEDIR=/usr/include/gdbm
Postpone I/O associated with TEMP files for as long as possible, with the hope that the I/O can ultimately be avoided completely.
Merged the session extension into trunk.
Added the ".auth ON|OFF" command to the command-line shell.
Added the "--indent" option to the ".schema" and ".fullschema" commands of the command-line shell, to turn on pretty-printing.
Added the ".eqp full" option to the command-line shell, that does both EXPLAIN and EXPLAIN QUERY PLAN on each statement that is evaluated.
Improved unicode filename handling in the command-line shell on Windows.
Improved resistance against goofy query planner decisions caused by incomplete or incorrect modifications to the sqlite_stat1 table by the application.
Added the sqlite3_db_config(db,SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION) interface which allows the sqlite3_load_extension() C-API to be enabled while keeping the load_extension() SQL function disabled for security.
Change the temporary directory search algorithm on Unix to allow directories with write and execute permission, but without read permission, to serve as temporary directories. Apply this same standard to the "." fallback directory.
Bug Fixes:
----------
Fix a problem with the multi-row one-pass DELETE optimization that was causing it to compute incorrect answers with a self-referential subquery in the WHERE clause. Fix for ticket dc6ebeda9396087
Fix a possible segfault with DELETE when table is a rowid table with an INTEGER PRIMARY KEY and the WHERE clause contains a OR and the table has one or more indexes that are able to trigger the OR optimization, but none of the indexes reference any table columns other than the INTEGER PRIMARY KEY. Ticket 16c9801ceba49.
When checking for the WHERE-clause push-down optimization, verify that all terms of the compound inner SELECT are non-aggregate, not just the last term. Fix for ticket f7f8c97e97597.
Fix a locking race condition in Windows that can occur when two or more processes attempt to recover the same hot journal at the same time.
Redis 3.2 contains significant changes to the API and
implementation of Redis.
- A new set of commands for Geo indexing was added (GEOADD,
GEORADIUS and related commands).
- The new BITFIELD command handles contiguous arrays of integers
or counters of arbitrary bits width and offset inside strings.
- Memory optimizations to hold the same data in less memory.
- Lua scripts can now contain side effects using the new effect
replication.
- A complete remote Lua debugger is available in order to make
writing scripts a simpler task.
Read the release notes for the full set of changes:
https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES
Bugs fixed
- #821 - issue warning if Cython is old
- #822 - better handling of MySQL connections point for advanced
use-cases.
- #313 - support equality/inequality with generic foreign key
queries, and ensure get_or_create works with GFKs.
- #834 - fixed Python3 incompatibilities in the PasswordField,
thanks @mosquito.
- #836 - fix handling of last_insert_id() when using APSWDatabase.
- #845 - add connection hooks to APSWDatabase.
- #852 - check SQLite library version to avoid calls to missing
APIs.
- #857 - allow database definition to be deferred when using the
connection pool.
- #878 - formerly .limit(0) had no effect. Now adds LIMIT 0.
- #879 - implement a __hash__ method for Model
- #886 - fix count() for compound select queries.
- #895 - allow writing to the foreign_key_id descriptor to set the
foreign key value.
- #893 - fix boolean logic bug in model_to_dict().
- #904 - fix side-effect in clean_prefetch_query, thanks to
@p.kamayev
- #907 - package includes pskel now.
- #852 - fix sqlite version check in BerkeleyDB backend.
- #919 - add runtime check for sqlite3 library to match MySQL and
Postgres. Thanks @M157q
New features
- Added a number of SQLite user-defined functions and aggregates.
- Use the DB-API2 Binary type for BlobField.
- Implemented the lucene scoring algorithm in the sqlite_ext
Cython library.
- #825 - allow a custom base class for ModelOptions, providing an
extension
- #830 - added SmallIntegerField type.
- #838 - allow using a custom descriptor class with
ManyToManyField.
- #855 - merged change from @lez which included docs on using
peewee with Pyramid.
- #858 - allow arguments to be passed on query-string when using
the db_url module. Thanks @RealSalmon
- #862 - add support for truncate table, thanks @dev-zero for the
sample code.
- Allow the related_name model Meta option to be a callable that
accepts the foreign key field instance.
Features
- Add an AddressTranslator interface
- New Retry Policy Decision - try next host
- Don't mark host down on timeout
- SSL hostname verification
- Add C* version to metadata or cluster objects
- Options to Disable Schema, Token Metadata Processing
- Expose listen_address of node we get ring information from
- Use A-record with multiple IPs for contact points
- Custom consistency level for populating query traces
- Normalize Server Exception Types
- Propagate exception message when DDL schema agreement fails
- Specialized exceptions for metadata refresh methods failure
Bug Fixes
- Resolve contact point hostnames to avoid duplicate hosts
- GeventConnection stalls requests when read is a multiple of the
input buffer size
- named_tuple_factory breaks with duplicate "cleaned" col names
- Connection leak if Cluster.shutdown() happens during
reconnection
- HostConnection.borrow_connection does not block when all request
ids are used
- Empty field not being handled by the NumpyProtocolHandler
== 2.3.2 Release Notes
=== Deprecations
REST::
- Deprecate camelCase usages
Search::
- Deprecate sort option reverse.
Settings::
- Deprecate camelCase settings magic
=== Enhancements
Analysis::
- Analyze API : Fix/deprecated filters in analyze in 2x
=== Bug fixes
Aggregations::
- Aggregations: Adds serialisation of sigma to
extended_stats_bucket pipeline aggregation
- ExtendedStatsAggregator should also pass sigma to emtpy aggs.
Allocation::
- Rebalancing policy shouldn't prevent hard allocation decisions
- When considering the size of shadow replica shards, set size to 0
Logging::
- Add missing index name to search slow log.
Mapping::
- Fail if an object is added after a field with the same name.
More Like This::
- Alias items are not ignored anymore
REST::
- Fixes reading of CORS pre-flight headers and methods
- index is a required url part for update by query
Recovery::
- Backports Notify GatewayRecoveryListener on failure
Snapshot/Restore::
- On restore, selecting concrete indices can select wrong index
== 2.3.1 Release Notes
=== Bug fixes
Aggregations::
- Prevents exception being raised when ordering by an aggregation
which wasn't collected
Cluster::
- Cluster stats: fix memory available that is always set to 0
== 2.3.0 Release Notes
=== Breaking changes
Allocation::
- Speed up shard balancer by reusing shard model while moving
shards that can no longer be allocated to a node
Mapping::
- Add per-index setting to limit number of nested fields
=== Deprecations
Geo::
- Deprecate lat_lon and precision_step
- Deprecate geo_point mapping params
Plugin Discovery Multicast::
- Deprecate Discovery Multicast Plugin
Query DSL::
- Add deprecation logging for deprecated queries.
=== New features
Reindex API::
- Backport reindex to 2.x
Task Manager::
- Backport of task management api to 2x
=== Enhancements
Allocation::
- Skip capturing least/most FS info for an FS with no total
- Speed improvements for BalancedShardsAllocator
Cache::
- Make TermsQuery considered costly.
Cluster::
- Shard state action request logging
- Safe cluster state task notifications
Core::
- Remove log4j exception hiding
- Avoid cloning MessageDigest instances
- Add a hard check to ensure we are running with the expected
lucene version
Exceptions::
- Added file name to exceptions when failing to read index state
- Add Exception class name to message in
`NotSerializableExceptionWrapper`
Geo::
- Upgrade GeoPointField to use Lucene 5.5 PrefixEncoding
Internal::
- Cleanup search sub transport actions and collapse
o.e.action.search.type package into o.e.action.search
Java API::
- TransportClient: Add exception when using plugin.types, to help
migration to addPlugin
Logging::
- Log suppressed stack traces under DEBUG
Mapping::
- Add deprecation logging for mapping transform
- Expose the reason why a mapping merge is issued.
- Add sub-fields support to `bool` fields.
- Improve cross-type dynamic mapping updates.
- Make mapping updates more robust.
Network::
- Add additional fallback to http.publish_port and restrict
fallback to transport.publish_port
Packaging::
- Windows service: Use JAVA_HOME environment variable in registry
- Default standard output to the journal in systemd
- Use egrep instead of grep -E for Solaris
Plugin Cloud Azure::
- Add timeout settings (default to 5 minutes)
Plugin Discovery EC2::
- Add ap-northeast-2 (seoul) endpoints for EC2 discovery and S3
snapshots
Plugin Mapper Attachment::
- Fix attachments plugins with docx
REST::
- More robust handling of CORS HTTP Access Control
Reindex API::
- Implement helpful interfaces in reindex requests
- Reindex should timeout if sub-requests timeout
- Teach reindex to retry on rejection
Scripting::
- Logs old script params use to the Deprecation Logger
- Remove suppressAccessChecks permission for Groovy script plugin
- Class permission for Groovy references
- Scripting: Allow to get size of array in mustache
- Added plumbing for compile time script parameters
- Enhancements to the mustache script engine
Search::
- Add deprecation logging for ignore_unmapped parameter
- Add deprecation logging when users use the SCAN search type.
Settings::
- Log warning if max file descriptors too low
=== Bug fixes
Aggregations::
- Setting 'other' bucket on empty aggregation
- Build empty extended stats aggregation if no docs collected for
bucket
- Set meta data for pipeline aggregations
- Filter(s) aggregation should create weights only once.
- Make `missing` on terms aggs work with all execution modes.
- Fix NPE in Derivative Pipeline when current bucket value is null
Aliases::
- Fix _aliases filter and null parameters
- Check lenient_expand_open after aliases have been resolved
Allocation::
- IndicesStore checks for `allocated elsewhere` for every shard
not alocated on the local node
- Prevent peer recovery from node with older version
Analysis::
- Analysis : Allow string explain param in JSON
- Analysis : Fix no response from Analyze API without specified
index
Bulk::
- Bulk api: fail deletes when routing is required but not
specified
CAT API::
- Fix column aliases in _cat/indices, _cat/nodes and _cat/shards
APIs
CRUD::
- fixed propagation of autoGeneratedId on document creation
- Throw exception if content type could not be determined in
Update API
Cache::
- Handle closed readers in ShardCoreKeyMap
Cluster::
- Index deletes not applied when cluster UUID has changed
- Only fail the relocation target when a replication request on it
fails
Core::
- Migrate template settings (add missing byte & time units)
Fielddata::
- Make disabled fielddata loading fail earlier.
Geo::
- Remove .geohash suffix from GeoDistanceQuery and
GeoDistanceRangeQuery
Highlighting::
- Don't override originalQuery with request filters
Inner Hits::
- Query and top level inner hit definitions shouldn't overwrite
each other
Internal::
- Log uncaught exceptions from scheduled once tasks
- FunctionScoreQuery should implement two-phase iteration.
Java API::
- Fix boundary chars in java api
Logging::
- Add missing index name to indexing slow log
- ParseFieldMatcher should log when using deprecated settings.
Mapping::
- Put mapping operations must update metadata of all types.
- Fix serialization of `search_analyzer`.
- Reuse metadata mappers for dynamic updates.
- Fix MapperService#searchFilter(...)
- MapperService: check index.mapper.dynamic during index creation
Network::
- Only accept transport requests after node is fully initialized
Packaging::
- Fix waiting for pidfile
- Enable es_include at init
Parent/Child::
- Check that parent_type in Has Parent Query has child types
- Has child query forces default similarity
Percolator::
- Don't replace found fields if map unmapped fields as string is
enabled
- mpercolate api should serialise start time
Plugin Cloud Azure::
- Fix calling ensureOpen() on the wrong directory
Plugin Discovery GCE::
- Add setFactory permission to GceDiscoveryPlugin
Query DSL::
- Fix FunctionScore equals/hashCode to include minScore and
friends
REST::
- Remove detect_noop from REST spec
- Make text parsing less lenient.
Recovery::
- Try to renew sync ID if `flush=true` on forceMerge
- sync translog to disk after recovery from primary
Reindex API::
- Properly register reindex status
- Be much much much careful about context
- Make search failure cause rest failure
Scripting::
- Check that _value is used in aggregations script before setting
value to specialValue
- Add permission to access sun.reflect.MethodAccessorImpl from
Groovy scripts
- Fixes json generation for scriptsort w/ deprecated params
- Security permissions for Groovy closures
Search::
- Do not apply minimum_should_match on auto generated boolean
query if the coordination factor is disabled.
- Do not apply minimum-should-match on a boolean query if the
coords are disabled
- Fix blended terms take 2
Settings::
- TransportClient should use updated setting for initialization of
modules and service
Snapshot/Restore::
- Prevent closing index during snapshot restore
- Add node version check to shard allocation during restore
Stats::
- Fix recovery translog stats totals when recovering from store
- Fix calculation of age of pending tasks
Task Manager::
- Fix TaskId#isSet to return true when id is set and not other way
around
- Don't wait for completion of list tasks tasks when
wait_for_completion flag is set
Translog::
- Call ensureOpen on Translog#newView() to prevent
IllegalStateException
- Make sure IndexShard is active during recovery so it gets its
fair share of the indexing buffer
- Avoid circular reference in exception
- Initialize translog before scheduling the sync to disk
- Catch tragic even inside the checkpoint method rather than on
the caller side
- Never delete translog-N.tlog file when creation fails
- Close recovered translog readers if createWriter fails
Tribe Node::
- Passthrough environment and network settings to tribe client
nodes
- Tribe node: pass path.conf to inner tribe clients
=== Regressions
Analysis::
- Add PathHierarchy type back to path_hierarchy tokenizer for
backward compatibility with 1.x
Plugin Cloud Azure::
- Fix Unknown [repository] type [azure] error with 2.2.0
REST::
- Don't return all indices immediately if count of expressions >1
and first expression is *
=== Upgrades
Core::
- Upgrade to Lucene 5.5.0 official release
- Upgrade to lucene 5.5.0-snapshot-850c6c2
- Upgrade to lucene 5.5.0-snapshot-4de5f1d
- Update lucene to r1725675
- Upgrade to lucene-5.5.0-snapshot-1721183.
Plugin Cloud Azure::
- Upgrade Azure Storage client to 4.0.0
Plugin Discovery Azure::
- Upgrade azure SDK to 0.9.3
Scripting::
- Upgrade groovy dependency in lang-groovy module to version 2.4.6
== 2.2.1 Release Notes
=== Enhancements
Cluster::
- Shard state action request logging
Core::
- Avoid cloning MessageDigest instances
Exceptions::
- Add Exception class name to message in
`NotSerializableExceptionWrapper`
Network::
- Add additional fallback to http.publish_port and restrict
fallback to transport.publish_port
Packaging::
- Windows service: Use JAVA_HOME environment variable in registry
Scripting::
- Class permission for Groovy references
Settings::
- Log warning if max file descriptors too low
=== Bug fixes
Aggregations::
- Set meta data for pipeline aggregations
Aliases::
- Fix _aliases filter and null parameters
Bulk::
- Bulk api: fail deletes when routing is required but not
specified
Inner Hits::
- Query and top level inner hit definitions shouldn't overwrite
each other
Logging::
- Add missing index name to indexing slow log
Parent/Child::
- Check that parent_type in Has Parent Query has child types
- Has child query forces default similarity
Percolator::
- Don't replace found fields if map unmapped fields as string is
enabled
Plugin Cloud Azure::
- Fix calling ensureOpen() on the wrong directory
Plugin Discovery GCE::
- Add setFactory permission to GceDiscoveryPlugin
Query DSL::
- Use MappedFieldType.termQuery to generate simple_query_string
queries
REST::
- Remove detect_noop from REST spec
Scripting::
- Add permission to access sun.reflect.MethodAccessorImpl from
Groovy scripts
Snapshot/Restore::
- Add node version check to shard allocation during restore
Stats::
- Fix recovery translog stats totals when recovering from store
Tribe Node::
- Passthrough environment and network settings to tribe client
nodes
=== Regressions
Plugin Cloud Azure::
- Fix Unknown [repository] type [azure] error with 2.2.0
=== Upgrades
Plugin Repository Azure::
- Upgrade Azure Storage client to 4.0.0
== 2.2.0 Release Notes
=== Breaking changes
Index APIs::
- Change Field stats API response to include both number and
string based min and max values
Scripting::
- Filter classes loaded by scripts
- Lock down javascript and python script engines better
=== Deprecations
Java API::
- Deprecate the count api in favour of search with size 0
- Deprecates defaultRescoreWindowSize
Plugin Discovery Multicast::
- Deprecate the discovery-multicast plugin
Query DSL::
- Deprecate the `missing` query
- Deprecate NotQueryBuilder
Search::
- Deprecate _search/exists in favour of regular _search with size
0 and terminate_after 1
=== New features
Geo::
- Add CONTAINS relation to geo_shape query
- Add support for Lucene 5.4 GeoPoint queries
- Add GeoPointV2 Field Mapping
Network::
- Allow binding to multiple addresses.
Plugin Analysis Phonetic::
- Add support for `daitch_mokotoff`
Plugin Repository S3::
- Add support for S3 storage class
Plugins::
- Decentralize plugin security
Search::
- Add query profiler
=== Enhancements
Aliases::
- Add support to _aliases endpoint to specify multiple indices and
aliases in one action
Allocation::
- Simplify delayed shard allocation
- Add cluster-wide setting for total shard limit
- Early terminate high disk watermark checks on single data node
cluster
Analysis::
- Add detail response support for _analyze API
CAT API::
- Add sync_id to cat shards API
- Add duration field to /_cat/snapshots
- Add cat API for repositories and snapshots
- Adds disk used by indices to _cat/allocation
Cluster::
- Safe cluster state task notifications
- Reroute once per batch of shard failures
- Add callback for publication of new cluster state
- Split cluster state update tasks into roles
- Use general cluster state batching mechanism for shard started
- Use general cluster state batching mechanism for shard failures
- Set an newly created IndexShard's ShardRouting before exposing
it to operations
- Uniform exceptions for TransportMasterNodeAction
Core::
- If we can't get a MAC address for the node, use a dummy one
- Simplify shard inactive logging
- Simplify IndexingMemoryController#checkIdle
- IndexingMemoryController should not track shard index states
- Make PerThreadIDAndVersionLookup per-segment
- Verify Checksum once it has been fully written to fail as soon
as possible
Discovery::
- Don't allow nodes with missing custom meta data to join cluster
Exceptions::
- Deduplicate cause if already contained in shard failures
- Give a better exception when running from freebsd jail without
enforce_statfs=1
- Make root_cause of field conflicts more obvious
Fielddata::
- Update GeoPoint FieldData for GeoPointV2
Geo::
- Geo: Fix toString() in GeoDistanceRangeQuery and GeoPolygonQuery
- Enable GeoPointV2 with backward compatibility testing
- Refactor Geo utilities to Lucene 5.4
Index APIs::
- Add option to disable closing indices
Index Templates::
- Disallow index template pattern to be the same as an alias name
Internal::
- Simplify the Text API.
- Simpler using compressed oops flag representation
- Info on compressed ordinary object pointers
- Explicitly log cluster state update failures
- Use transport service to handle RetryOnReplicaException to
execute replica action on the current node
- Make IndexShard operation be more explicit about whether they
are expected to run on a primary or replica
- Avoid trace logging allocations in
TransportBroadcastByNodeAction
- Only trace log shard not available exceptions
- Transport options should be immutable
- Fix dangling comma in ClusterBlock#toString
- Improve some logging around master election and cluster state
- Add System#exit(), Runtime#exit() and Runtime#halt() to
forbidden APIs
- Simplify XContent detection.
- Add threadgroup isolation.
- Cleanup plugin security
- Add workaround for JDK-8014008
- Refactor retry logic for TransportMasterNodeAction
- Remove MetaDataSerivce and it's semaphores
- Cleanup IndexMetaData
- TransportNodesAction shouldn't hold on to cluster state
- Add SpecialPermission to guard exceptions to security policy.
- Clean up scripting permissions.
- Factor groovy out of core into lang-groovy
- Factor expressions scripts out to lang-expression plugin
Java API::
- TransportClient: Add exception when using plugin.types, to help
migration to addPlugin
- Align handling of interrupts in BulkProcessor
- BulkProcessor backs off exponentially by default
- Add java API for synced flush
- Allow to get and set ttl as a time value/string
- Reject refresh usage in bulk items when using and fix NPE when
no source
- BulkProcessor retries after request handling has been rejected
due to a full thread pool
Logging::
- Add circuit breaker name to logging package
- Log cluster health status changes
- Map log-level 'trace' to JDK-Level 'FINEST'
Mapping::
- Make mapping serialization more robust.
- Make mappings immutable.
- Make MappedFieldType.checkTypeName part of
MappedFieldType.checkCompatibility.
- throw exception if a copy_to is within a multi field
- Register field mappers at the node level.
Network::
- only allow code to bind to the user's configured port
numbers/ranges
- Port of publishAddress should match port of corresponding
boundAddress
Packaging::
- Default standard output to the journal in systemd
- Use egrep instead of grep -E for Solaris
- punch thru symlinks when loading plugins/modules
- set ActiveProcessLimit=1 on windows
- set RLIMIT_NPROC = 0 on bsd/os X systems.
- Drop ability to execute on Solaris
- Packaging: change permissions/ownership of config dir
- Release: Fix package repo path to only consist of major version
- Nuke ES_CLASSPATH appending, JarHell fail on empty classpath
elements
- Get lang-javascript, lang-python, securemock ready for script
refactoring
- Remove some bogus permissions only needed for tests.
- Remove java.lang.reflect.ReflectPermission
"suppressAccessChecks"
Plugin Cloud AWS::
- Add support for proxy authentication for s3 and ec2
Plugin Cloud Azure::
- Add timeout settings (default to 5 minutes)
- Add support for secondary azure storage account
Plugin Cloud GCE::
- Adding backoff from retries on GCE errors
- Add `_gce_` network host setting
Plugin Discovery EC2::
- Add ap-northeast-2 (seoul) endpoints for EC2 discovery and S3
snapshots
- Adding US-Gov-West
- Improved building of disco nodes
Plugin Mapper Attachment::
- Backport mapper-attachments plugin to 2.x
Plugin Repository S3::
- Add aws canned acl
Plugins::
- Expose http.type setting, and collapse al(most all) modules
relating to transport/http
- Ban RuntimePermission("getClassLoader")
- Add nicer error message when a plugin descriptor is missing
- Don't be lenient in PluginService#processModule(Module)
- Check "plugin already installed" before jar hell check.
- Plugin script to set proper plugin bin dir attributes
- Plugin script to set proper plugin config dir attributes
Query DSL::
- Allow CIDR notation in query string query
REST::
- Make XContentGenerator.writeRaw* safer.
- Filter path refactoring
Recovery::
- Handle cancel exceptions on recovery target if the cancel comes
from the source
- Decouple routing and primary operation logic in
TransportReplicationAction
Scripting::
- Add property permissions so groovy scripts can serialize json
- Remove ScriptEngineService.unwrap.
- Remove ScriptEngineService.execute.
Search::
- Support * wildcard to retrieve stored fields in the 'fields'
option
- Caching Weight wrappers should propagate the BulkScorer.
- fix numerical issue in function score query
Snapshot/Restore::
- Support wildcards for getting repositories and snapshots
- Add ignore_unavailable parameter to skip unavailable snapshot
Stats::
- Add system CPU percent to OS stats
- Pull Fields instance once from LeafReader in completion stats
- Add os.allocated_processors stats
Top Hits::
- Put method addField on TopHitsBuilder
Translog::
- Check for tragic event on all kinds of exceptions not only ACE
and IOException
Tribe Node::
- Tribe nodes should apply cluster state updates in batches
=== Bug fixes
Aggregations::
- Filter(s) aggregation should create weights only once.
- Make `missing` on terms aggs work with all execution modes.
- Run pipeline aggregations for empty buckets added in the Range
Aggregation
- [Children agg] fix bug that prevented all child docs from being
evaluated
- Correct typo in class name of StatsAggregator
- Fix significant terms reduce for long terms
- Pass extended bounds into HistogramAggregator when creating an
unmapped aggregator
- Added correct generic type parameter on ScriptedMetricBuilder
Aliases::
- Check lenient_expand_open after aliases have been resolved
Allocation::
- Prevent peer recovery from node with older version
- Fix calculation of next delay for delayed shard allocation
- Take ignored unallocated shards into account when making
allocation decision
- Only allow rebalance operations to run if all shard store data
is available
- Delayed allocation can miss a reroute
- Check rebalancing constraints when shards are moved from a node
they can no longer remain on
Bulk::
- Do not release unacquired semaphore
CAT API::
- Properly set indices and indicesOptions on subrequest made by
/_cat/indices
CRUD::
- Throw exception if content type could not be determined in
Update API
Cluster::
- Only fail the relocation target when a replication request on it
fails
- Handle shards assigned to nodes that are not in the cluster
state
- Bulk cluster state updates on index deletion
Core::
- BitSetFilterCache duplicates its content.
- Limit the max size of bulk and index thread pools to bounded
number of processors
- AllTermQuery's scorer should skip segments that never saw the
requested term
- Include root-cause exception when we fail to change shard's
index buffer
- Restore thread interrupt flag after an InterruptedException
- Use fresh index settings instead of relying on @IndexSettings
- Record all bytes of the checksum in VerifyingIndexOutput
- When shard becomes active again, immediately increase its
indexing buffer
- Close TokenStream in finally clause
Engine::
- Never wrap searcher for internal engine operations
Exceptions::
- Fix ensureNodesAreAvailable's error message
Fielddata::
- Don't cache top level field data for fields that don't exist
Geo::
- Geo: Allow numeric parameters enclosed in quotes for
'geohash_grid' aggregation
Highlighting::
- Fix spans extraction to not also include individual terms.
Index APIs::
- Field stats: Index constraints should remove indices in the
response if the field to evaluate is empty
- Field stats: Fix NPE for index constraint on empty index
- Field stats: Added `format` option for index constraints
- Restore previous optimize transport action name for bw comp
- Forbid index name `.` and `..`
Internal::
- Log uncaught exceptions from scheduled once tasks
- Make sure the remaining delay of unassigned shard is updated
with every reroute
- Throw a meaningful error when loading metadata and an alias and
index have the same name
- fixup issues with 32-bit jvm
- Failure to update the cluster state with the recovered state
should make sure it will be recovered later
- Properly bind ClassSet extensions as singletons
- Streamline top level reader close listeners and forbid general
usage
- Gateway: a race condition can prevent the initial cluster state
from being recovered
- Verify actually written checksum in VerifyingIndexOutput
- Remove all setAccessible in tests and forbid
- Remove easy uses of setAccessible in tests.
- Ban setAccessible from core code, restore monitoring stats under
java 9
Logging::
- Settings in log config file should not overwrite custom
parameters
- Plugin cli tool should not create empty log files
Mapping::
- Fix MapperService#searchFilter(...)
- Fix initial sizing of BytesStreamOutput.
- MetaDataMappingService should call MapperService.merge with the
original mapping update.
- Fix copy_to when the target is a dynamic object field.
- Only text fields should accept analyzer and term vector
settings.
- Mapper parsers should not check for a `tokenized` property.
- Validate that fields are defined only once.
- Check mapping compatibility up-front.
- Don't treat _default_ as a regular type.
- Don't ignore mapping merge failures.
- Treat mappings at an index-level feature.
- Multi field names may not contain dots
- Mapping: Allows upgrade of indexes with only search_analyzer
specified
Packaging::
- Fix Windows service installation failure
- fix command line options for windows bat file
- Handle system policy correctly
- Startup script exit status should catch daemonized startup
failures
Plugin Cloud AWS::
- Discovery-ec2 plugin should check `discovery.type`
Plugin Delete By Query::
- Fix Delete-by-Query with Shield
- Delete by query to not wrap the inner query into an additional
query element
Plugin Mapper Attachment::
- Fix toXContent() for mapper attachments field
Plugin Repository S3::
- Hack around aws security hole of accessing sun.security.ssl, s3
repository works on java 9 again
Plugins::
- Fix plugin list command error message
- Parse Java system properties in plugin.bat
- PluginManager: Dont leave leftover files on unsuccessful
installs
- Fix HTML response during redirection
Query DSL::
- Fix FunctionScore equals/hashCode to include minScore and
friends
- Min should match greater than the number of optional clauses
should return no result
- Return a better exception message when `regexp` query is used on
a numeric field
REST::
- Throw exception when trying to write map with null keys
- XContentFactory.xContentType: allow for possible UTF-8 BOM for
JSON XContentType
- Restore support for escaped '/' as part of document id
- Add missing REST spec for `detect_noop`
- Expose nodes operation timeout in REST API
- Ensure XContent is consistent across platforms
Recovery::
- sync translog to disk after recovery from primary
- CancellableThreads should also treat ThreadInterruptedException
as InterruptedException
Scripting::
- Security permissions for Groovy closures
Search::
- Fix NPE when a segment with an empty cache gets closed.
- Fix the quotes in the explain message for a script score
function without parameters
Settings::
- TransportClient should use updated setting for initialization of
modules and service
Shadow Replicas::
- Don't pull translog from shadow engine
Snapshot/Restore::
- Snapshot restore and index creates should keep index settings
and cluster blocks in sync
- Snapshot restore operations throttle more than specified
- Fix blob size in writeBlob() method
Stats::
- Fix calculation of age of pending tasks
- serialize os name, arch and version too
- Add extra validation into `cluster/stats`
- Omit current* stats for OldShardStats
Translog::
- Make sure IndexShard is active during recovery so it gets its
fair share of the indexing buffer
- Avoid circular reference in exception
- Initialize translog before scheduling the sync to disk
- Translog base flushes can be disabled after replication
relocation or slow recovery
- Catch tragic even inside the checkpoint method rather than on
the caller side
- Never delete translog-N.tlog file when creation fails
- Close recovered translog readers if createWriter fails
- Fail and close translog hard if writing to disk fails
- Prevent writing to closed channel if translog is already closed
- Don't delete temp recovered checkpoint file if it was renamed
- Translog recovery can repeatedly fail if we run out of disk
Tribe Node::
- Tribe node: pass path.conf to inner tribe clients
- Fix tribe node to load config file for internal client nodes
=== Regressions
Analysis::
- Add PathHierarchy type back to path_hierarchy tokenizer for
backward compatibility with 1.x
Internal::
- Deduplicate concrete indices after indices resolution
Plugin Cloud Azure::
- Filter cloud azure credentials
Query DSL::
- RangeQueryParser should accept `_name` in inner field
=== Upgrades
Core::
- Upgrade to lucene-5.4.1.
- Upgrade to lucene-5.4.0.
- Upgrade Lucene to 5.4.0-snapshot-1715952
- Upgrade Lucene to 5.4.0-snapshot-1714615
- Upgrade to lucene-5.4.0-snapshot-1712973.
- update to lucene-5.4.x-snapshot-1711508
- Upgrade to lucene-5.4-snapshot-1710880.
- Upgrade to lucene-5.4-snapshot-1708254.
- upgrade lucene to r1702265
- Upgrade master to lucene 5.4-snapshot r1701068
Geo::
- Update to spatial4j 0.5 for correct Multi-Geometry
Network::
- Upgrade Netty to 3.10.5.final
Plugin Discovery Azure::
- Update Azure Service Management API to 0.9.0
Plugin Discovery EC2::
- Upgrade to aws 1.10.33
Plugin Lang JS::
- upgrade rhino for plugins/lang-javascript
== 2.1.2 Release Notes
=== Enhancements
Internal::
- Only trace log shard not available exceptions
Plugin Cloud Azure::
- Add timeout settings (default to 5 minutes)
Translog::
- Check for tragic event on all kinds of exceptions not only ACE
and IOException
=== Bug fixes
Aggregations::
- Make `missing` on terms aggs work with all execution modes.
Aliases::
- Check lenient_expand_open after aliases have been resolved
Allocation::
- Prevent peer recovery from node with older version
Cluster::
- Only fail the relocation target when a replication request on it
fails
Core::
- BitSetFilterCache duplicates its content.
- Limit the max size of bulk and index thread pools to bounded
number of processors
- AllTermQuery's scorer should skip segments that never saw the
requested term
Highlighting::
- Fix spans extraction to not also include individual terms.
Internal::
- Log uncaught exceptions from scheduled once tasks
- Fix ConcurrentModificationException from nodes info and nodes
stats
Mapping::
- Fix MapperService#searchFilter(...)
- Fix initial sizing of BytesStreamOutput.
Packaging::
- Fix Windows service installation failure
- fix command line options for windows bat file
Query DSL::
- Fix FunctionScore equals/hashCode to include minScore and
friends
Recovery::
- sync translog to disk after recovery from primary
Stats::
- Fix calculation of age of pending tasks
Translog::
- Make sure IndexShard is active during recovery so it gets its
fair share of the indexing buffer
- Avoid circular reference in exception
- Initialize translog before scheduling the sync to disk
- Translog base flushes can be disabled after replication
relocation or slow recovery
- Catch tragic even inside the checkpoint method rather than on
the caller side
- Never delete translog-N.tlog file when creation fails
- Close recovered translog readers if createWriter fails
Tribe Node::
- Tribe node: pass path.conf to inner tribe clients
=== Regressions
Analysis::
- Add PathHierarchy type back to path_hierarchy tokenizer for
backward compatibility with 1.x
Changes in DBI 1.636 - 24th April 2016
Fix compilation for threaded perl <= 5.12 broken in 1.635 RT#113955
Revert change to DBI::PurePerl DESTROY in 1.635
Change t/16destroy.t to avoid race hazard RT#113951
Output perl version and archname in t/01basics.t
Add perl 5.22 and 5.22-extras to travis-ci config
---------------------------------
Changes in DBI 1.635 - 24th April 2016
Fixed RaiseError/PrintError for UTF-8 errors/warnings. RT#102404
Fixed cases where ShowErrorStatement might show incorrect Statement RT#97434
Fixed DBD::Gofer for UTF-8-enabled STDIN/STDOUT
thanks to mauke PR#32
Fixed fetchall_arrayref({}) behavior with no columns
thanks to Dan McGee PR#31
Fixed tied CachedKids ref leak in attribute cache by weakening
thanks to Michael Conrad RT#113852
Fixed "panic: attempt to copy freed scalar" upon commit() or rollback()
thanks to fbriere for detailed bug report RT#102791
Ceased to ignore DESTROY of outer handle in DBI::PurePerl
Treat undef in DBI::Profile Path as string "undef"
thanks to fREW Schmidt RT#113298
Fix SQL::Nano parser to ignore trailing semicolon
thanks to H.Merijn Brand.
Added @ary = $dbh->selectall_array(...) method
thanks to Ed Avis RT#106411
Added appveyor support (Travis like CI for windows)
thanks to mbeijen PR#30
Corrected spelling errors in pod
thanks to Gregor Herrmann RT#107838
Corrected and/or removed broken links to SQL standards
thanks to David Pottage RT#111437
Corrected doc example to use dbi: instead of DBI: in DSN
thanks to Michael R. Davis RT#101181
Removed/updated broken links in docs
thanks to mbeijen PR#29
Clarified docs for DBI::hash($string)
Removed the ancient DBI::FAQ module RT#102714
Fixed t/pod.t to require Test::Pod >= 1.41 RT#101769
This release was developed at the Perl QA Hackathon 2016
http://act.qa-hackathon.org/qa2016/
which was made possible by the generosity of many sponsors..
---------------------------------------
1.75 Sat Apr 23 13:52:25 PDT 2016
Patch parseCSV(). It returns incorrect columns when delimiter is space and has empty fields
Thanks to Jeff Janes for the fix.
Features
* librrd is now fully thread-safe. librrd_th is gone
* make lua bindings work with lua 5.1
* configure option to disable doc building --enable-docs=no
* new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c)
* new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c)
* new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c)
* new CDEF function POW: a,b,POW -> a**b
* new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c
* re-introducted --showtime option on rrdxport
* be more careful in determining the locales idea of first day of the week
* lots of spelling fixes all around
Make sure we only link with kerberos llibraries if kerberos features
are enabled. Otherwise we produce a binaruy that requires unused
libraries, which is a liability when we try to use it on a system
where they are not installed.
This is technically a downgrade from the previous commit-based
checkout, but in the new repo, the old version tag points to the
same code, i.e. no changes.
Version 1.1.0
- Fixes 'prepare' and 'execute' calls
- Refactor
Version 1.0.1
- Repository is now called p1_pgsql for consistency
- Initial release on Hex.pm
- Standard ProcessOne build chain
- Setup Travis-CI and test coverage, tests still needed
- Repository is now called p1_mysql for consistency
- Initial release on Hex.pm
- Standard ProcessOne build chain
- Setup Travis-CI and test coverage, tests still needed
Fix a backwards compatibility problem in version 3.12.0 and 3.12.1: Columns declared as "INTEGER" PRIMARY KEY (with quotes around the datatype keyword) where not being recognized as an INTEGER PRIMARY KEY, which resulted in an incompatible database file.
Fix a bug (present since version 3.9.0) that can cause the DELETE operation to miss rows if PRAGMA reverse_unordered_selects is turned on.
Fix a bug in the code generator that can causes incorrect results if two or more virtual tables are joined and the virtual table used in outer loop of the join has an IN operator constraint.
Correctly interpret negative "PRAGMA cache_size" values when determining the cache size used for sorting large amounts of data.
Security Notes
--------------
The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.1s. Issues fixed in the new version are described at http://www.openssl.org/news/vulnerabilities.html.
This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead.
MySQL client programs now support an --ssl-mode option that enables you to specify the security state of the connection to the server. The default value is DISABLED (establish an unencrypted connection). --ssl-mode=REQUIRED) can be specified to require a secure connection, or fail if a secure connection cannot be obtained.
These clients support --ssl-mode: mysql, mysqladmin, mysqlcheck, mysqldump, mysqlimport, mysqlshow, mysqlpump, mysqlslap, mysqltest, mysql_upgrade.
For more information, see Command Options for Secure Connections.
Bugs Fixed
Security Notes
--------------
MySQL client programs now support an --ssl-mode option that enables you to specify the security state of the connection to the server. The default value is DISABLED (establish an unencrypted connection). --ssl-mode=REQUIRED) can be specified to require a secure connection, or fail if a secure connection cannot be obtained.
These clients support --ssl-mode: mysql, mysqladmin, mysqlcheck, mysqldump, mysqlimport, mysqlshow, mysqlpump, mysqlslap, mysqltest, mysql_upgrade.
For more information, see Command Options for Secure Connections.
Bugs Fixed
Upstream changes:
2.032001 2016-04-13 22:01:03-07:00 America/Los_Angeles
- Fix simple deletion and updates for ::DateMethods1
(Thanks for the report Wes Malone and Erland Injerd, and the help to fix the
actual bug ribasushi!)
Upstream changes:
1.001036 2016-03-21 14:59:55+00:00 UTC
- releasing as stable
1.00103_5 2016-03-11 20:39:49+00:00 UTC (TRIAL RELEASE)
- Will completely ignore sequences in Oracle due to having to drop and recreate them
1.001034 2016-01-05 15:05:26+00:00 UTC
1.00103_3 2015-12-08 16:33:56+00:00 UTC (TRIAL RELEASE)
- RT#108017 bugfix ( hatorikibble++ )
- added File::Temp to deps ( hatorikibble++ )
Upstream changes:
0.56 2016-03-16T17:07:05Z
- Added Firebird support, thanks to Stefan Suciu.
- Fixed SQLite savepoint support to properly detect SQlite versions 3.9
and higher.
- Restored MySQL savepoint testing when the DBICTEST_* environment
variables are set.
0.55 2016-02-05T18:59:24Z
- Added versions to the RollbackError exception classes to make PAUSE
happy.
0.54 2016-02-05T18:52:44Z
- Removeed the Pod tests from the distribution.
- Fixed the example code for handling `rollback_error` exceptions in the
documentation to properly wrap the transaction in an exception
handler. Patch from Perlover (issue #32).
- Improved handling of connection failures when RaiseError (or
HandleError) is not set. Thanks to Andreas Huber for the report and
fix.
- Document that `$_` is set locally, not globally, in the methods that
set it. Suggested by William Lindley.
- The disconnect method no longer longer remove entries from the DBI
handle's CachedKids attribute. That behavior appears to be a
workaround for a database we don't (yet) support.
- Fixed a test failure where the test system has the `$DBI_DSN` or
`$DBI_DRIVER` environment variable set. Thanks to Erik Rijkers for the
patch.
- Added recommendation to use DBD::Pg 3.5.0 or later to the Pg driver.
Earlier versions had an incorrect implementation of the `ping()`
method (Issue #41).
Upstream changes:
0.65 -- Mon Apr 6 19:43:37 CEST 2015
Enhancements:
* t/74matchedvalues.t: more tests
* {ASN,Extension}.pm: update ExtendedResponse to RFC 4511
* Constant.pm: add LDAP_NOTICE_OF_DISCONNECTION
* Control/DontUseCopy.pm: new
* Control/ProxyAuth.pm: make sure criticality does not get changed
* Control/Relax.pm: make sure value & criticality do not get changed
* Control/ManageDsaIT.pm: make sure value never gets set
Bug Fixes
* LDAP.pm: do not set default sslversion for start_tls() & LDAPS
Instead of second-guessing a default sslversion for start_tls() and LDAPS,
rely on the - known to be sane - default value used by IO::Socket::SSL.
* RT#100151: LDAP.pm: localize $SIG{__DIE__} in IPv6 support check
Thanks to Troy Loveday <troyl@ti.com> for the detailed bug report and patch.
* FAQ.pod: fix error in search() example
* RFC.pod: typo fix
0.64 -- Thu Jun 19 17:48:08 CEST 2014
Bug Fixes:
* LDAP.pm: set SSL_cipher_list correctly
* RT#96203: LDAP.pm: use correct length for syswrite
* LDIF.pm: fix next outside loop in _write_one_entry
* Entry.pod: fix typo
Upstream changes:
2.51, 2014-09-05 Feature enhancements to dbcolmovingstats, dbcolcreate,
dbmapreduce, and new sqlselect_to_db
ENHANCEMENT
dbcolcreate now has a "--no-recreate-fatal" that causes it to
ignore creation of existing columns (instead of failing).
ENHANCEMENT
dbmapreduce once again is robust to reducers that output the key;
"--no-prepend-key" is no longer mandatory.
ENHANCEMENT
dbcolsplittorows can now enumerate the output rows with "-E".
BUG FIX
dbcolmovingstats is more mathematically robust. Previously for
some inputs and some platforms, floating point rounding could
sometimes cause squareroots of negative numbers.
NEW sqlselect_to_db converts the output of the MySQL or MarinaDB select
comment into fsdb format.
INCOMPATIBLE CHANGE
dbfilediff now outputs the second row when doing sloppy numeric
comparisons, to better support test suites.
2.52, 2014-11-03 Fixing the test suite for line number changes.
ENHANCEMENT
Test suites changes to be robust to exact line numbers of failures,
since different Perl releases fail on different lines.
<https://bugzilla.redhat.com/show_bug.cgi?id=1158380>
2.53, 2014-11-26 bug fixes and stability improvements to dbmapreduce
ENHANCEMENT
The dbfilediff how supports a "--quiet" option.
ENHANCEMENT
Better documention of dbpipeline_filter.
BUGFIX
Added groff-base and perl-podlators to the Fedora package spec.
Fixes <https://bugzilla.redhat.com/show_bug.cgi?id=1163149>. (Also
in package 2.52-2.)
BUGFIX
An important stability improvement to dbmapreduce. It, plus
dbmultistats, and dbcolstats now support controlled parallelism
with the "--pararallelism=N" option. They default to run with the
number of available CPUs. dbmapreduce also moderates its level of
parallelism. Previously it would create reducers as needed,
causing CPU thrashing if reducers ran much slower than data
production.
BUGFIX
The combination of dbmapreduce with dbrowenumerate now works as it
should. (The obscure bug was an interaction with dbcolcreate with
non-multi-key reducers that output their own key. dbmapreduce has
too many useful corner cases.)
2.54, 2014-11-28 fix for the test suite to correct failing tests on not-my-
platform
BUGFIX
Sigh, the test suite now has a test suite. Because, yes, I broke
it, causing many incorrect failures at cpantesters. Now fixed.
2.55, 2015-01-05 many spelling fixes and dbcolmovingstats tests are more
robust to different numeric precision
ENHANCEMENT
dbfilediff now can be extra quiet, as I continue to try to track
down a numeric difference on FreeBSD AMD boxes.
ENHANCEMENT
dbcolmovingstats gave different test output (just reflecting
rounding error) when stddev approaches zero. We now detect hand
handle this case. See
<https://rt.cpan.org/Public/Bug/Display.html?id=101220> and thanks
to H. Merijn Brand for the bug report.
BUG FIX
Many, many spelling bugs found by H. Merijn Brand for the bug
report.
INCOMPATBLE CHANGE
A number of programs had misspelled "separator" in
"--fieldseparator" and "--columnseparator" options as "seperator".
These are now correctly spelled.
2.56, 2015-02-03 fix against Getopt::Long-2.43's stricter error checkign
BUG FIX
Internal argument parsing uses Getopt::Long, but mixed pass-through
and <>. Bug reported by Petr Pisar at
<https://bugzilla.redhat.com/show_bug.cgi?id=1188538>.a
BUG FIX
Added missing BuildRequires for "XML::Simple".
Upstream changes:
1.06 Sun Mar 6 20:48:11 CET 2016
Add support for W column type (byte array by Visual FoxPro).
Fixed overload arg warning.
Restore the table_info functionality.
Fix for type B little endian issue, reported by Andres Thomas.
Features
- cqlengine: Warn on sync_schema type mismatch
- cqlengine: Automatically defer fields with the '=' operator
(and immutable values) in select queries
- cqlengine: support non-equal conditions for LWT
- cqlengine: sync_table should validate the primary key composition
- cqlengine: token-aware routing for mapper statements
Bug Fixes
- Deleting a column in a lightweight transaction raises
a SyntaxException
- cqlengine: make Token function works with named tables/columns
- comparing models with datetime fields fail #79
- cython date deserializer integer math should be aligned
with CPython
- db_field is not always respected with UpdateStatement
- Sync_table fails on column.Set with secondary index
PostGIS 2.2.2
2016/03/22
* Bug Fixes *
- #3463, Fix crash on face-collapsing edge change
- #3422, Improve ST_Split robustness on standard precision double
systems (arm64, ppc64el, s390c, powerpc, ...)
- #3427, Update spatial_ref_sys to EPSG version 8.8
- #3433, ST_ClusterIntersecting incorrect for MultiPoints
- #3435, ST_AsX3D fix rendering of concave geometries
- #3436, memory handling mistake in ptarray_clone_deep
- #3437, ST_ClusterIntersecting incorrect for MultiPoints
- #3461, ST_GeomFromKML crashes Postgres when there are
innerBoundaryIs and no outerBoundaryIs
- #3429, upgrading to 2.3 or from 2.1 can cause loop/hang on some
platforms
- #3460, ST_ClusterWithin 'Tolerance not defined' error after upgrade
- #3490, Raster data restore issues, materialized views
Scripts postgis_proc_set_search_path.sql, rtpostgis_proc_set_search_path.sql
refere to http://postgis.net/docs/manual-2.2/RT_FAQ.html#faq_raster_data_not_restore
- #3426, failing POINT EMPTY tests on fun architectures
1.0.12 includes relatively minor fixes, including a revision to a fix made for version 1.0.10 where we're attempting to report on the "cause" of an error that is interrupted by a later failure to emit a ROLLBACK on the MySQL platform. While Python 3 solves this problem using exception chaining and cause reporting, on Python 2 we emit a warning so that the cause isn't totally concealed. The condition has been expanded to emit this warning in a much wider range of scenarios.
Upstream changes:
4.33.0.txt
doc/release_notes/4.33.0.txt
Last Update: 2016-04-01 07:24:12 -0700
New Features
A Sequel::Model.require_valid_table accessor has been added. This setting is false for backwards compatibility, but if set to true, will raise an error you try to create a model class where an invalid table name is used or the schema or columns cannot be determined. This makes it easier to catch bugs, as things will fail fast, but it means that you must change code like:
class Foo < Sequel::Model
set_dataset :my_foos
end
to:
class Foo < Sequel::Model(:my_foos)
end
as otherwise Foo will attempt to use the foos table by default when creating the class, which will raise an error as it is not the correct table name.
Sequel::Database#transaction now supports a :savepoint=>:only option, which will create a savepoint if already inside a transaction, but will yield without creating a transaction if not inside a transaction. The use case for this is when you are running code that may raise an exception, and you don't want to invalidate the current transaction state.
Other Improvements
The graph_each extension now splits results into subhashes when using Sequel::Dataset#first, as it did before Sequel 4.27.0.
On PostgreSQL, Dataset#insert_conflict now accepts an array of columns as the value for the :target option.
You can now pass a Sequel::SQL::Identifier or a Sequel::SQL::QualifiedIdentifer as the table argument when creating a foreign key. Previously, only symbols were supported, and using other values required specifying the :table option. So this will now work to reference a table that includes a double underscore:
foreign_key :foo_id, Sequel.identifier(:fo__oo)
Creating model classes inside a transaction on PostgreSQL where the implicit table name isn't correct no longer causes the transaction to fail.
Similar issues were also fixed in the boolean_readers, boolean_subsets, and class_table_inheritance plugins.
On PostgreSQL, You can now use the :qualify=>true option in the schema dumper, to dump using schema-qualified table names.
On Microsoft SQL Server, the set_column_allow_null and set_column_not_null alter table methods now work on varchar(max), text, and similar columns.
On Oracle, Sequel::Database#sequence_for_table now returns nil if given a table that doesn't exist or that the user does not have access to.
Passing arbitrary objects to a model association method now indicates that the association should be reloaded, which was used to work but was broken in Sequel 4.32.0.
It is now possible to raise Sequel::ValidationFailed and Sequel::HookFailed without an argument.
Backwards Compatibility
Sequel::Model no longer swallows many errors when subclassing or setting datasets. While this should hopefully not affect backwards compatibility, it may break things where the methods were raising exceptions. If this does break backwards compatibility, it is most likely because it is no longer hiding another bug that should be fixed. Specific changes include:
Model.inherited no longer rescues exceptions raised by set_dataset
When subclassing a model that has a dataset, the columns and schema are just copied from the superclass
Only Sequel::Error is rescued in calls to columns and schema, before it would rescue StandardError.
The Sequel.firebird and Sequel.informix adapter methods have been removed, they are no longer needed as the firebird and informix adapters were removed a few versions back.
This release closes security hole CVE-2016-2193, where a query plan might get reused for more than one ROLE in the same session. This could cause the wrong set of Row Level Security (RLS) policies to be used for the query.
The update also fixes CVE-2016-3065, a server crash bug triggered by using pageinspect with BRIN index pages. Since an attacker might be able to expose a few bytes of server memory, this crash is being treated as a security issue.
Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage.
Fix views so that they inherit column datatypes from the table that they are defined against, when possible.
Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN.
Potentially Disruptive Change:
------------------------------
The SQLITE_DEFAULT_PAGE_SIZE is increased from 1024 to 4096. The SQLITE_DEFAULT_CACHE_SIZE is changed from 2000 to -2000 so the same amount of cache memory is used by default. See the application note on the version 3.12.0 page size change for further information.
Performance enhancements:
-------------------------
Enhancements to the Lemon parser generator so that it creates a smaller and faster SQL parser.
Only create master journal files if two or more attached databases are all modified, do not have PRAGMA synchronous set to OFF, and do not have the journal_mode set to OFF, MEMORY, or WAL.
Only create statement journal files when their size exceeds a threshold. Otherwise the journal is held in memory and no I/O occurs. The threshold can be configured at compile-time using SQLITE_STMTJRNL_SPILL or at start-time using sqlite3_config(SQLITE_CONFIG_STMTJRNL_SPILL).
The query planner is able to optimize IN operators on virtual tables even if the xBestIndex method does not set the sqlite3_index_constraint_usage.omit flag of the virtual table column to the left of the IN operator.
The query planner now does a better job of optimizing virtual table accesses in a 3-way or higher join where constraints on the virtual table are split across two or more other tables of the join.
More efficient handling of application-defined SQL functions, especially in cases where the application defines hundreds or thousands of custom functions.
The query planner considers the LIMIT clause when estimating the cost of ORDER BY.
The configure script (on unix) automatically detects pread() and pwrite() and sets compile-time options to use those OS interfaces if they are available.
Reduce the amount of memory needed to hold the schema.
Other miscellaneous micro-optimizations for improved performance and reduced memory usage.
New Features:
-------------
Added the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to sqlite3_db_config() which allows the two-argument version of the fts3_tokenizer() SQL function to be enabled or disabled at run-time.
Added the sqlite3rbu_bp_progress() interface to the RBU extension.
The PRAGMA defer_foreign_keys=ON statement now also disables RESTRICT actions on foreign key.
Added the sqlite3_system_errno() interface.
Added the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS compile-time options. The SQLITE_DEFAULT_SYNCHRONOUS compile-time option replaces the SQLITE_EXTRA_DURABLE option, which is no longer supported.
Enhanced the ".stats" command in the command-line shell to show more information about I/O performance obtained from /proc, when available.
Bug fixes:
----------
Make sure the sqlite3_set_auxdata() values from multiple triggers within a single statement do not interfere with one another.
Fix the code generator for expressions of the form "x IN (SELECT...)" where the SELECT statement on the RHS is a correlated subquery.
Fix a harmless TSAN warning associated with the sqlite3_db_readonly() interface.
1.3.5
This release fixes a crash in mongoc_cleanup when an allocator
had been set with bson_mem_set_vtable, and introduces
a configure option MONGOC_NO_AUTOMATIC_GLOBALS which prevents
code built with GCC from automatically calling mongoc_init and
mongoc_cleanup when your code does not.
1.3.4
This release fixes a security vulnerability: when a mongoc_client_t
uses SSL and is disconnected, it failed to re-verify the server
certificate after reconnecting. This flaw affects
single clients, not pooled ones.
reset maintainer (ok by joerg@)
Recent changes:
Date Dev Ver Change details
---------- --- ------ --------------
2016-01-04 AV 1.22.0 Resolved an issue related to check options selection in
the view properties dialog with the check option.
[Reported by: Sebastian Albert, Patched by: Neel Patel]
2015-12-08 AV 1.22.0 Merged the libssh2 to the latest version.
[Akshay Joshi]
2015-11-19 DP 1.22.0 Properly detect serial columns as such when
identifiers have been truncated.
2015-10-23 AV 1.22.0 Fixes an issue related to the column inheritance
information properly, when one (or, more) common columns
are inherited from multiple tables.
[Reported by: Liu Yuanyuan, Patched by: Akshay Joshi]
2015-10-12 AV 1.22.0 Ensure the correct syntax used for moving the objects
from one tablespace to another. [Sanket Mehta]
2015-10-07 DP 1.22.0 Ensure the correct line endings are used when copying
from the SQL Pane [Nikolai Zhubr]
2015-09-25 AV 1.22.0 Toolbar icons, and menu items for Commit and Rollback
actions. [John Obaterspok]
2015-09-24 DP 1.22.0 Display the connection details for the current browser
object in the status bar [Adam Scott]
2015-09-21 AV 1.22.0 Fixed an issue related to different menus enabling in
the Query Tool on Ubunutu unity.
[Reported by: Vahdet Mert]
2015-09-21 AV 1.22.0 Reset the position (x, y) for dialog(s), and frame(s) to
0 (if found negative), while saving its position and
size. [Reported By: Mark, Patch: Sanket Mehta,
Reworked, and Reviewed: Ashesh]
2015-09-21 AV 1.22.0 Fixes an issue identifying the return type to TABLE in
some cases, using pg_get_function_result(..) for the
same instead of format_type(..)
[Reported By: Guillermo E. Villanueva,
PATCH:Sanket Mehta]
2015-09-21 AV 1.22.0 Honour PGPASSFILE environment variable for saving,
retrieving the password instead of always works with
pgpass.conf (on windows)/.pgpass (on non-windows)
[PATCH: Prasad Somwanshi, Reworked by: Sanket Mehta,
Reviewed by: Ashesh Vashi, Sanket Mehta]
2015-09-14 AV 1.22.0 Fix a segfault occurs while detecting transaction
section requirement, when autocommit has been disabled.
[Reported by John Obaterspok, Patch by Sanket Mehta]
2015-09-14 AV 1.22.0 Format execution time in a more readable manner
[John Obaterspok]
2015-07-27 AV 1.22.0 Improve sorting in Data editor
[J. F. Oster, Reviewed by Sanket Mehta]
2015-07-27 AV 1.22.0 Allow to format the selecte SQL using external tools
in Query Editor [J. F. Oster]
2015-05-22 AV 1.22.0 Allow to set auto-commit mode to on/off in the query
editor [Sanket Mehta]
Set up a separate user, previous PGUSER/PGGROUP integration didn't
make sense.
2016-02-26 - PgBouncer 1.7.2 - "Finally Airborne"
- Fix crash on stale pidfile removal. Problem introduced in 1.7.1.
- Disable cleanup - it breaks takeover and is not useful for
production loads. Problem introduced in 1.7.1.
- After takeover, wait until pidfile is gone before booting. Slow
shutdown due to memory cleanup exposed existing race. (#113)
- Make build reproducible by dropping DBGVER handling. (#112)
- Antimake: Sort file list from $(wildcard), newer gmake does not
sort it anymore. (#111)
- Show libssl version in log.
- deb: Turn on full hardening.
2016-02-18 - PgBouncer 1.7.1 - "Forward To Five Friends Or Else"
- WARNING: Since version 1.7, server_reset_query is not executed
when database is in transaction-pooling mode. Seems this was not
highlighted enough in 1.7 announcement. If your apps depend on
that happening, use server_reset_query_always to restore previous
behaviour.
- TLS: Rename sslmode "disabled" to "disable" as that is what
PostgreSQL uses.
- TLS: client_tls_sslmode=verify-ca/-full now reject connections
without client certificate. (#104)
- TLS: client_tls_sslmode=allow/require do validate client
certificate if sent. Previously they left cert validation
unconfigured so connections with client cert failed. (#105)
- Fix memleak when freeing database.
- Fix potential memleak in tls_handshake().
- Fix EOF handling in tls_handshake().
- Fix too small memset in asn1_time_parse compat.
- Fix non-TLS (--without-openssl) build. (#101)
- Fix various issues with Windows build. (#100)
- TLS: Use SSL_MODE_RELEASE_BUFFERS to decrease memory usage of
inactive connections.
- Clean allocated memory on exit. Helps to run memory-leak
checkers.
- Improve server_reset_query documentation. (#110)
- Add TLS options to sample config.
2015-12-18 - PgBouncer 1.7 - "Colors Vary After Resurrection"
- Support TLS connections. OpenSSL/LibreSSL is used as backend
implementation.
- Support authentication via TLS client certificate.
- Support "peer" authentication on Unix sockets.
- Support Host Based Access control file, like pg_hba.conf in
Postgres. This allows to configure TLS for network connections
and "peer" authentication for local connections.
- Set query_wait_timeout to 120s by default. Current default (0)
causes infinite queueing, which is not useful. That means if
client has pending query and has not been assigned to server
connection, the client connection will be dropped.
- Disable server_reset_query_always by default. Now reset query is
used only in pools that are in session mode.
- Increase pkt_buf to 4096 bytes. Improves performance with TLS.
The behaviour is probably load-specific, but it should be safe
to do as since v1.2 the packet buffers are split from connections
and used lazily from pool.
- Support pipelining count expected ReadyForQuery packets. This
avoids releasing server too early. Fixes#52.
- Improved sbuf_loopcnt logic - socket is guarateed to be
reprocessed even if there are no event from socket. Required for
TLS as it has it's own buffering.
- Adapt system tests to work with modern BSD and MacOS. (Eric
Radman)
- Remove crypt auth. It's obsolete and not supported by PostgreSQL
since 8.4.
- Fix plain "--with-cares" configure option - without argument it
was broken.
This package is well beyond obsolete, and is no longer maintained
upstream. It only existed because postgis2 (now at 2.2, 2 major
releases later) was added instead of just updating this one.
3.2.4
- mongorestore --noIndexRestore inhibits empty collection creation
3.2.3
- mongoexport chokes on data with quotes
3.2.1
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message
3.2.0
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message
3.0.8
- bsondump does not keep attribut order
- mongodump issue with temporary map/reduce collections
- Error restoring database "insertion error: EOF"
- Fixed issue with setting optime when running with journaling
disabled
- Have read concern majority reflect journaled state on
the primary
- Fixed issue where specifying replication.enableMajorityReadConcern
implied true regardless of the actual boolean value
- Fixed issue causing segfault when running aggregation that
includes $lookup
Features
- Pass name of server auth class to AuthProvider
- Surface schema agreed flag for DDL statements
- Automatically convert float and int to Decimal on serialization
- Eventlet Reactor IO improvement
- Make pure Python ProtocolHandler available even when Cython is
present
- Optional Cython deserializer for bytes as bytearray
- Add Session.default_serial_consistency_level
- cqlengine: Expose prior state information via cqlengine
LWTException
- cqlengine: Collection datatype "contains" operators support
(Cassandra 2.1)
- cqlengine: Add DISTINCT query operator
- cqlengine: Tuple cqlengine api
- cqlengine: Add support for UPDATE/DELETE ... IF EXISTS statements
- cqlengine: Allow nested container types
- cqlengine: Add ability to set query's fetch_size and limit
- cqlengine: Internalize default keyspace from successive set_session
- cqlengine: Warn when Model.create() on Counters
Bug Fixes
- Bus error (alignment issues) when running cython on some ARM
platforms
- Overflow when decoding large collections (cython)
- Timer heap comparison issue with Python 3
- Cython deserializer date overflow at 2^31 - 1
- Decode error encountered when cython deserializing large map
results
- Don't require Cython for build if compiler or Python header
not present
- Unorderable types in task scheduling with Python 3
- cqlengine: Fix crash when updating a UDT column with a None value
- cqlengine: Race condition in ..connection.execute with lazy_connect
- cqlengine: doesn't support case sensitive column family names
- cqlengine: UserDefinedType mandatory in create or update
- cqlengine: db_field breaks UserType
- cqlengine: UDT badly quoted
- cqlengine: Use of db_field on primary key prevents querying except
while tracing.
- cqlengine: DateType.deserialize being called with one argument
vs two
- cqlengine: Querying without setting up connection now throws
AttributeError and not CQLEngineException
- cqlengine: BatchQuery multiple time executing execute statements.
- cqlengine: Better error for management functions when no connection
set
- cqlengine: Handle None values for UDT attributes in cqlengine
- cqlengine: Fix inserting None for model save
- cqlengine: EQ doesn't map to a QueryOperator (setup race condition)
- cqlengine: class.MultipleObjectsReturned has DoesNotExist as base
class
- cqlengine: Typo in cqlengine UserType __len__ breaks attribute
assignment
Other
- cqlengine: a major improvement on queryset has been introduced.
It is a lot more efficient to iterate large datasets: the rows
are now fetched on demand using the driver pagination.
- cqlengine: the queryset len() and count() behaviors have changed.
It now executes a "SELECT COUNT(*)" of the query rather than
returning the size of the internal result_cache (loaded rows).
On large queryset, you might want to avoid using them due to
the performance cost. Note that trying to access objects using
list index/slicing with negative indices also requires a count
to be executed.
pgpool-II is a middleware that works between PostgreSQL servers
and a PostgreSQL database client. It talks PostgreSQL's backend
and frontend protocol, and relays a connection between them.
v2.2.17 released 2016-03-07
* General compatibility with MySQL 5.7 tools, docs and test suite
* pt-mysql-summary displays incorrect info about Fast Server Restarts
for Percona Server 5.6
* pt-online-schema-change cannot set sql_mode using --set-vars
* pt-online-schema-change added --null-to-non-null option to allow
NULLable columns to be converted to NOT NULL
* pt-online-schema-change doesn't apply underscores to foreign
keys individually
* pt-online-schema Invalid recursion method: t=dsns
* pt-online-schema-change fails when using --no-drop-old-table
after 10 times
* pt-query-digest : Redundant argument in sprintf
* pt-query-digest doc bug with --since and too many colons
* pt-query-digest: Make documentation of --attribute-value-limit
option more clear
* pt-show-grants fails against MySQL-5.7.6
* pt-show-grants doesn't sort column-level privileges
* pt-slave-restart fails on MariaDB 10.0.13 (gtid_mode confusion)
* pt-stalk: new var binlog_error_action causes bug in collect module
* pt-table-checksum has high likelyhood to skip a table when row count
is around chunk-size * chunk-size-limit
* pt-table-checksum redundant argument in printf
v2.2.16 released 2015-11-09
* pt-archiver dies with "MySQL server has gone away" when
innodb_kill_idle_transaction set to low value and bulk
insert/delete process takes too long time
* pt-kill option --filter does not work
* pt-online-schema-change should reconnect to slaves
* pt-online-schema-change, MySQL 5.6, and InnoDB optimizer stats
can cause downtime
* pt-stalk find -warn option is not portable
* Document that pt-table-checksum has high likelihood to skip a table
when row count is around chunk-size * chunk-size-limit
v2.2.15 released 2015-08-28
* pt-archiver checked lag too frequently
* pt-archiver clarified function of --check-interval [DOC]
* pt-archiver now accepts checking lag on multiple slaves
* pt-archiver now checks for PXC flow control via --max-flow-ctl option
* pt-archiver options --no-delete and --purge were not mutually
exclusive
* pt-archiver mysql timed out when innodb_kill_idle_transaction set
to low value and check-slave-lag used
* pt-duplicate-key-checker doesn't support triple quote in column name
* pt-kill enable support for RDS
* pt-mysql-summary lacked an --ask-pass option
* pt-online-schema-change added --sleep option
* pt-online-schema-change core dump on erroneous alter directive
* pt-online-schema-change now checks for PXC flow control via
--max-flow-ctl option
* pt-online-schema-change unstable signal handling
* pt-online-schema-change now controls constraint name length
* pt-online-schema-change --chunk-size-limit=0 inhibited checksumming
of single nibble tables
* pt-sift failed when fetching missing tools
* pt-stalk monitors tokudb status
* pt-table-checksum doesn't reconnect to slaves when timed out
on very long lags
* passsword parameter must escape commas - all tools [DOC]
* changes needed to build packages from git tree
* write-user-docs script stopped working after switching to github
* testing bugs related to newer perl versions
7.4.10
- A serious regression was inadvertently introduced in MySQL Cluster NDB
7.4.8 whereby local checkpoints and thus restarts often took much longer
than expected.
See more at:
http://dev.mysql.com/doc/relnotes/mysql-cluster/7.4/en/mysql-cluster-news-7-4-10.html
7.4.9
- Important Change: Previously, the NDB scheduler always optimized for
speed against throughput in a predetermined manner (this was hard coded);
this balance can now be set using the SchedulerResponsiveness data node
configuration parameter.
- Added the tc_time_track_stats table to the ndbinfo information database.
- Cluster Replication: Normally, RESET SLAVE causes all entries to be
deleted from the mysql.ndb_apply_status table. This release adds
the ndb_clear_apply_status system variable, which makes it possible
to override this behavior.
See more at:
http://dev.mysql.com/doc/relnotes/mysql-cluster/7.4/en/mysql-cluster-news-7-4-9.html
7.4.8
- Changes have been made in the minimum values for a number of parameters
applying to data buffers for backups and LCPs. These parameters, listed
here, can no longer be set so as to make the system impossible to run:
- BackupDataBufferSize: minimum increased from 0 to 2M.
- BackupLogBufferSize: minimum increased from 0 to 2M.
- BackupWriteSize: minimum increased from 2K to 32K.
- BackupMaxWriteSize: minimum increased from 2K to 256K.
In addition, the BackupMemory data node parameter is now deprecated and
subject to removal in a future version of MySQL Cluster. Use
BackupDataBufferSize and BackupLogBufferSize instead.
- When a backup was unsuccessful due to insufficient resourcesa subsequent
retry worked only for those parts of the backup that worked in the same
thread, since delayed signals are only supported in the same thread.
Delayed signals are no longer sent to other threads in such cases.
- An instance of an internal list object used in searching for queued
scans was not actually destroyed before calls to functions that could
manipulate the base object used to create it.
- ACC scans were queued in the category of range scans, which could lead
to starting an ACC scan when DBACC had no free slots for scans. We fix
this by implementing a separate queue for ACC scans.
- Cluster Replication: Added the create_old_temporals server system
variable to compliment the system variables avoid_temporal_upgrade and
show_old_temporals introduced in MySQL 5.6.24 and available in MySQL
Cluster beginning with NDB 7.3.9 and NDB 7.4.6.
- When the --database option has not been specified for ndb_show_tables,
and no tables are found in the TEST_DB database, an appropriate warning
message is now issued.
- Bug fixes.
See more at
http://dev.mysql.com/doc/relnotes/mysql-cluster/7.4/en/mysql-cluster-news-7-4-8.html
3.7.0 (09/14/2015)
==================
Enhancements:
Feature request #521 Alias name in SQL History search dialog.
Upgraded to latest RSyntax version (2.5.6).
The new version has a clipboard history which is accessible
through ctrl shift v.
A little drawback of the new version is that background colors
are not supported in syntax styles.
Feature request #485 Execute multiple SQL statements on one
click without selection
The new feature executes all SQLs in the editor.
If there are multiple SQLs in the editor the statement
separator has to be used.
The feature is accessible through a new tool bar button,
tools popup and the alt shift ENTER key combination
Feature request #484 Query output preferences --> Allow table
and text output simultaneously
Note: SQL result output as table or editable table now
includes text output in an extra tab.
That's why there should be only few cases where
choosing text output in Session Properties makes sense
anymore.
Feature request #479 Add option for tab names to contain only
Alias name
The option can be found at menu File --> Global Preferences -->
Tab General --> Bottom of section Appearance
Feature request #487 Show AS label as column header (if present)
If a SQL result contains at least one column whose column name
is not equal to its column label a button is shown at the header
of the tab named "Result".
By this button one can toggle display between column names
and labels.
Note: To configure the default display see menu File ->
Global Preferences -> Tab Data Type Controls -> Top of panel.
WIKI table Plugin: Added support for JIRA/Confluence Markup Style
Thanks to Thomas Hackel for the merge request.
Feature request #501 Overview/Charts Tab: Distinct Counts
- Distinct counts for an Overview as a whole are now displayed
right next to the column name
- Distinct counts of Intervals are available as tool tips
as well as a new details window which is accessible through
the right mouse menu
Sybase dialect support when using jtds
Thanks to Sumit Agarwal for the merge request.
On Mac OS X the SQuirreL now uses the acorn icon instead of the
default java coffee cup icon.
Thanks to Martin W. Kirst for the merge request.
New command line parameter:
Short form: -detectEDT
Long form: --detect-long-running-swing-edt-events
The parameter has no arguments.
The parameter enables SQuirreL to detect long running Swing
Event Dispatch Thread events.
When the dispatch thread is blocked for longer than two seconds
a warning containing a thread dump is written to the logs.
Upgraded to the latest RSyntax version (2.5.3).
Syntax Plugin: Made background color for white spaces affect
the whole SQL editors background, see menu File --> New Session
Properties --> tab Syntax
Note: If you combine this feature with the Metal-Charcoal Look
and Feel you can make SQuirreL appear in "fashionable" black.
Thanks to Duane Redfern for the patch.
When adjusting table column widths a maximum width may now be
defined.
See menu File --> Global Preferences --> Tab General -->
right column
Speeded up reading and writing Alias properties. As result
opening and closing a connections will be much faster for big,
complicated databases.
Thanks to Jaroslaw Jarmolowicz for the patch
Starting and stopping SQuirreL is much faster for big,
complicated databases
Thanks to Jaroslaw Jarmolowicz for the patch
Postgres Plugin:
- For postgres query plans explain was used which is less
accurate than explain analyze so it was changed to use it
instead.
- Previous implementation had limitation of producing query
plans only for SELECT queries. It was changed so query plan can
work for every type of query.
- Query plan executions are wrapped in transaction so they don't
change database state.
Thanks to Jaroslaw Jarmolowicz for the patch
Bug fixes.
GA 1.1.7 -
- Add JSON support
- Allow building without server flags (Bug#21391025)
- Correct relative() not seeking after changing position.(Bug#21152054)
=== 4.32.0 (2016-03-01)
* Use mutex for synchronizing access to association reflection cache on MRI (jeremyevans)
* Add Dataset#delete_from on MySQL, allowing deletions from multiple tables in a single query (jeremyevans) (#1146)
* Add no_auto_literal_strings extension, which makes SQL injection vulnerabilities less likely (jeremyevans)
* Add Model.default_association_options, for setting option defaults for all future associations (jeremyevans)
* Support :association_pks_nil association option in association_pks setter for determining how to handle nil (jeremyevans)
* Make association_pks setter handle empty array correctly when :delay_pks is set (jeremyevans)
* Add a setter method for one_through_one associations (jeremyevans)
* Include :remarks entry in JDBC schema parsing output, containing comments on the column (olleolleolle) (#1143)
* Support :eager_reload and :eager options to associations in tactical_eager_loading plugin (jeremyevans)
* Make tactical_eager_loading not eager load if passing proc or block to association method (jeremyevans)
* Make eager_each plugin handle eager loading for Dataset#first and similar methods (jeremyevans)
0.4.3
New Features
* Add method Client#ssl_cipher to expose mysql_get_ssl_cipher
* Add method Result#free to immediately free a result set
* Add connection flag automatic_close: true/false to determine whether to
work around connections being closed by garbage collection in a child
after a fork. Default is true, which restores behavior prior to 0.3.16.
Bugfixes
* Fix to hold the GVL between mysql_stmt_execute and mysql_stmt_store_result
to prevent commands hitting the wire out of sync (e.g. if a GC run occurs
in the middle)
* Fix BigDecimal arguments to Prepared Statements were ignored
* Fix rake re-definition warning
Changes
* Add Ruby 2.3 to the Travis CI matrix
* Allow nil for timeouts instead of casting to 0 when creating a Client
instance
* Add connection flag automatic_close: true/false to determine whether to
work around connections being closed by garbage collection in a child
after a fork. Default is true, which restores behavior prior to 0.3.16.
Improvements to the Makefiles and build scripts used by VisualStudio.
Fix an FTS5 issue in which the 'optimize' command could cause index corruption.
Fix a buffer overread that might occur if FTS5 is used to query a corrupt database file.
Increase the maximum "scope" value for the spellfix1 extension from 6 to 30.
Version 1.6.0 - 29 Feb 2016
- Support for streaming replication connection through the
streaming_conninfo server option
- Support for the streaming_archiver option that allows Barman to
receive WAL files through PostgreSQL's native streaming protocol.
When set to 'on', it relies on pg_receivexlog to receive WAL data,
reducing Recovery Point Objective. Currently, WAL streaming is an
additional feature (standard log archiving is still required)
- Implement the receive-wal command that, when streaming_archiver is
on, wraps pg_receivexlog for WAL streaming. Add --stop option to
stop receiving WAL files via streaming protocol. Add --reset option
to reset the streaming status and restart from the current xlog
in Postgres.
- Automatic management (startup and stop) of receive-wal command via
cron command
- Support for the path_prefix configuration option
- Introduction of the archiver option (currently fixed to on) which
enables continuous WAL archiving for a specific server, through log
shipping via PostgreSQL's archive_command
- Support for streaming_wals_directory and errors_directory options
- Management of WAL duplicates in archive-wal command and integration
with check command
- Verify if pg_receivexlog is running in check command when
streaming_archiver is enabled
- Verify if failed backups are present in check command
- Accept compressed WAL files in incoming directory
- Add support for the pigz compressor (thanks to Stefano Zacchiroli
zack@upsilon.cc)
- Implement pygzip and pybzip2 compressors (based on an initial idea
of Christoph Moench-Tegeder christoph@2ndquadrant.de)
- Creation of an implicit restore point at the end of a backup
- Current size of the PostgreSQL data files in barman status
- Permit archive_mode=always for PostgreSQL 9.5 servers (thanks to
Christoph Moench-Tegeder christoph@2ndquadrant.de)
- Complete refactoring of the code responsible for connecting to
PostgreSQL
- Improve messaging of cron command regarding sub-processes
- Native support for Python >= 3.3
- Changes of behaviour:
- Stop trashing WAL files during archive-wal (commit:e3a1d16)
- Bug fixes:
- Atomic WAL file archiving (#9 and #12)
- Propagate "-c" option to any Barman subprocess (#19)
- Fix management of backup ID during backup deletion (#22)
- Improve archive-wal robustness and log messages (#24)
- Improve error handling in case of missing parameters
Version 1.5.1 - 16 Nov 2015
- Add support for the 'archive-wal' command which performs WAL
maintenance operations on a given server
- Add support for "per-server" concurrency of the 'cron' command
- Improved management of xlog.db errors
- Add support for mixed compression types in WAL files (SF.net#61)
- Bug fixes:
- Avoid retention policy checks during the recovery
- Avoid 'wal_level' check on PostgreSQL version < 9.0 (#3)
- Fix backup size calculation (#5)
Build 119 (2016-01-31)
Enhancements
* It's now possible to display the column's data type in the
header of the result table
* When importing all files from a directory, WbImport now
provided pre-defined variables with the filename
* It's now possible to configure auto-saving of external files
independently from auto-saving the workspace.
* A new command WbMessage to display a simple message is available.
* It's not possible to search text in all open editors
(Tools -> Search all tabs)
* For some DBMS, the DbTree and DbExplorer now show the
dependencies between objects
* For DB2/iSeries table and column comments can now be retrieved
from the system catalogs instead of using the JDBC driver.
* For Postgres it is now possible to manually control transactions
using BEGIN .. COMMIT when the connection is set to autocommit
* The list of tables in the DbTree is now sorted to work around
bugs in JDBC driver that do not properly sort the list of tables
* For DBMS that support it, two new modes have been added
to WbImport: -upsert and -insertIgnore using native "UPSERT"
functionality if available
* For Firebird the SQL source of external tables is now generated
correctly.
* An new command WbGenerateImpTable is available to infer
the structure of a table from an import file
* The command line parameter -vardef has been deprecated and
replaced with -variable and -varFile
* It's now possible to provide tags for each connection profile.
The quickfilter will then use the defined tags for filtering
the displayed profiles.
* Connection parameters specified on the command line now have
precedence over the properties defined through a Liquibase
defaults file (specified through -lbDefaults)
* It's now possible to enable the use of Oracle's DBMS_METADATA
for source code retrieval for different types of objects
* The tooltip shown for result tabs can now be configured
(Options -> Data display)
* For the internal SQL formatter, it's now possible to
configure the case in which data type names are written
* A new action to run all SQL statements up to the cursor
position is available
* The error dialog that is displayed when running a script can
now be configured to also include the error message or the
statement that failed
* Improved display of packages in the DbTree for Oracle and
Firebird
Bug fixes
* Showing rowcounts in the DbTree did not work for DB2
* "Generate Delete Script" for a selection of rows in
the result did not display the generated script.
* When reloading the whole DbTree while a node was selected,
would show elements (e.g. tables) twice
* CREATE TABLE statements were not formatted correctly
if the name consisted of quoted and unquoted parts
(e.g. unquoted schema and quoted table name)
* The error dialog when running running multiple statements
was not displayed on Linux if the option "Include error message"
was selected in the "SQL Execution" options
* Improved the performance when retrieving table definitions
and table source for Oracle
* For Postgres, rules defined on a table where shown twice
in the generated DDL script
* Retrieving additional column information in the DbExplorer
failed on SQL Server if a non-standard database collation
was used
* The DDL for constraints or comments where identifiers
required quoting was not correct
* The formatter would not process statements correctly where
a sub select using function calls in the WHERE clause was
used in a JOIN condition
* When using "Remove Comments" for a connection profile,
the error position inside a statement was not shown correctly
for some DBMS
* For Oracle, when using "Trim CHAR data" and editing tables
where the primary key column was defined as CHAR, updating
the result did not work.
* Toggle comment did not toggle correctly when some lines were
already commented and some not
* The messages shown when using conditional execution with
WbInclude did not properly include the variable name or value
* For Oracle the tablespace of materialized views was not shown
in the generated SQL (Fix contributed by Franz Mayer)
* It was not possible to work with SAVEPOINTs correctly
* Table definitions for tables with VARCHAR columns were not
displayed for Oracle
* Disabling the check for read-only columns did not work
for all JDBC drivers
* WbCopy now stops with an error if -targetTable is specified
and -sourceTable is used to specify multiple tables
* For DB2 the names of PK constraints where not properly
qualified with a schema if needed
* Sometimes using "Execute current" would not correctly
identify the current statement and run the first statement
from the editor
* WbImport using -insert,update did not work for multi-column
primary keys when not all PK columns where part of the input
file
* When a variable value contained the prefix and the suffix of
the variable pattern, using such a variable would result
in SQL Workbench/J locking up
* Reloading a trigger source in the DbExplorer's trigger panel
did not work
* For Oracle the source of a trigger that had a trailing space
in the name was not retrieved
* For Oracle the position of errors in regular (non-PL/SQL)
DDL statements was not shown
* When starting SQL Workbench on a headless system, using
"java -jar" using the -script parameter did not work
any longer
* For SQL Server 2000, retrieving the source of a view did not
work
* For SQL Server, generating "dummy DML" for tables with "bit"
columns did not work
* For MySQL the option "on update" for a default value was not
shown in the generated SQL source for a table
Build 118 (2015-08-16)
Enhancements
* Added support to include computed columns for MySQL 5.7
in the generated CREATE TABLE source
* The source and target connection for WbCopy, WbSchemaDiff
and WbDataDiff can now be specified on the command line when
starting the application. In that case it's not necessary to
provide them to the respective commands
* A new action to run all SQL statements in the editor starting
from the cursor position is available
* It's now possible to use OS environment variable or Java
properties in the username of a connection profile.
* For Postgres, "COPY .. FROM stdin" with the data after the
statement is now supported
* It's now possible to define external tools to format SQL
* For decimal values WbExport now supports the parameters
-fixedDigits and -maxDigits.
* It's now possible to enable editing (and running)
the generated SQL source code in the DbExplorer directly.
* For Oracle, messages from dbms_output are now always shown
if a procedure is started using EXECUTE regardless of
the setting of "set serveroutput"
* Added some basic support for SAP HANA.
* For Excel imports, the option -stringDates=true retrieves
Dates as formatted strings and converts them using
the date/timestamp format specified in the WbImport command
rathr then reading a converted value from the Excel file.
* For Excel exports, the start location where the data should
be written to in the excel file can now be specified using
the -offset parameter
* The application to be used for displaying the logfile can now
be configured.
* WbSchemaReport has a new (boolean) option -writeFullSource
to write a valid CREATE VIEW statement to the XML output
in case the DBMS does not store the complete SQL
* Results can now automatically be refreshed either through
an annotation or through the context menu of the result tab
* The macros in a group can now be sorted alphabetically
* The quoting of the null values for text exports can now
be enabled through the option -quoteNulls
* The quoting of the header for text exports can now be enabled
through the option -quoteHeader
* The statement at the cursor position can now be copied directly
into the clipboard (Code Tools -> Copy current statement)
* For Oracle, the partitions of a materialized view are now
shown in the source code
* WbImport and WbCopy (including the DataPumper) can now be
used to insert data into a view
* For tables without a primary key, unique indexes that contain
nullable columns are no longer considered when generating
DML statements
* For Vertica tables and views from the schema "v_internal" are
now show in the DbExplorer (contributed by Tatiana Saltykova)
* It's now possible to define the terminator string for
"Copy Code Snippet" through the config property
"workbench.clipcreate.codeend"
* Macros and macro groups can now be excluded from
the popup window
Bug fixes
* The menu to select data from referenced/referencing tables
in a result set was disabled when switching to the DbExplorer
and back to the SQL panel
* -syncDelete with WbCopy did not work if alternate key columns
were specified using -keyColumns
* Fixed retrieval of stored procedures for DB2 on AS/400
(thanks to Francesco)
* Fixed detection of update columns for multi-table result sets
when the name of the PK columns is not uniuqe in the result set
* For Firebird the source code for procedures with multiple out
parameters was not generated correctly.
* For PostgreSQL, SQL statements to create the comment for
functions with OUT parameters were not generated correctly.
* When running a single command in batch mode, the error status
was not returned correctly to the operating system
* WbExport no longer uses the GUI defaults for decimal digits.
The default is now to always export all digits, unless
the new -maxDigits parameter is used
* For MySQL, when multiple tables with the same name in different
databases had triggers defined, all triggers where visible
for each table in the DbExplorer
* When importing multiple files using -usePgCopy and one file
generated an error, the previous import was not committed
* WbConnect would prompt for a password for profiles with
an empty password even if "Save password" was enabled
* No parameter prompt was shown for INOUT parameters when
running procedures using WbCall
* Implemented a workaround for an Informix driver bug where
index information for the wrong table was returned
* Double quotes in column values were not escaped properly
when creating a JSON export
* When switching between views and tables in the DbExplorer
the foreign key tabs were no longer shown for SQL Server
* Compile errors for Oracle's PL/SQL where not always shown
correctly
* Parameters for SQL Workbench commands with nested single
and double quotes that included SQL comments were not
evaluated properly
* Fixed restoring of the window position when using multiple
monitors
* Generating the SQL source for computed columns did not work
for SQL Server 2000
* The SQL source for inherited tables in Postgres was not
generated correctly.
* The SQL source for sequences for SQL Server was not generated
correctly.
* "Create DDL script" in the DbExplorer would generate
the source code for sequnces twice
* Nano (or micro) seconds from timestamp values where not
displayed correctly
* When opening a file, it is now checked if the selected
encoding matches the one from the file
* Each time when reloading a result that uses the @WbMacro
annotation, the macro sub-menu would be added to the context
menu again
* For Informix, default clauses for columns were not generated
properly in the DbExplorer
* For Informix, index definitions were not always displayed
correctly
* Overloaded functions and procedures where not handled
correctly by WbSchemaDiff
* For Postgres the wrong DROP FUNCTION statement was generated
if a function contained OUT parameter
* Scripts that contained statements including character
literals with a backslash were not always parsed correctly.
* When WbImport did not find any matching columns, the error
message did not include the (faulty) source file
* Fixed the display of the profile tree with large fonts
* The DataPumper did not work if source and destination had
a different number of columns
* The generated WbCopy command in the DataPumper was not
correct when a query was used as the source
* XLSX export did not work if the output file was specified
without an extension
* Fixed some issues with restoring the window position on
multi-monitor systems
* Fixed some issues where the alternate delimiter was
incrrectly used when running scripts through WbInclude
* When importing multiple Excel files with WbImport using
the -sourceDir argument, only the first file was imported
* The abbreviated WbInclude using @ only worked with Oracle
* The minutes for columns of type "timestamp with time zone"
where not always displayed correctly in Oracle
* Oracle's autotrace did not work in console mode
* Using pgpass for Postgres connections did not work in console
or batch mode
* WbProcSource would not show the code for a packaged procedure
in Oracle
* Fixed some problems in the SQL formatter that would lead
to invalid SQL syntax
* XSLT transformations failed when the output filename didn't
include a directory
* Disabling "Filter while typing" in the DbExplorer was not
possible
* -targetConnection and -referenceConnection for WbSchemaDiff
and WbDataDiff were broken
* InnoDB: A new InnoDB configuration option, innodb_tmpdir, allows you to configure a separate temporary file directory for online ALTER TABLE operations. This option was introduced to help avoid tmpdir overflows that could occur as a result of large temporary files created during online ALTER TABLE operations. innodb_tmpdir is a SESSION variable and can be configured dynamically using a SET statement.
* yaSSL was upgraded to version 2.3.9. This upgrade corrects an issue in which yaSSL handled only cases of zero or one leading zeros for the key agreement instead of potentially any number, which in rare cases could cause connections to fail when using DHE cipher suites.
* The Valgrind function signature in mysql-test/valgrind.supp was upgraded for Valgrind 3.11.
* Bugs Fixed
* yaSSL was upgraded to version 2.3.9. This upgrade corrects an issue in which yaSSL handled only cases of zero or one leading zeros for the key agreement instead of potentially any number, which in rare cases could cause connections to fail when using DHE cipher suites.
* The Valgrind function signature in mysql-test/valgrind.supp was upgraded for Valgrind 3.11.
* Bugs Fixed
Upstream changes:
0.07045 2016-01-22
- Regenerate tarball without author-mode test dependencies
0.07044 2016-01-22
- Fix Pg date/time types with zero fractional second digits
- Add support for nested hashref form of col_accessor_map
Upstream changes:
0.082821 2016-02-11 17:58 (UTC)
* Fixes
- Fix t/52leaks.t failures on compilerless systems (RT#104429)
- Fix t/storage/quote_names.t failures on systems with specified Oracle
test credentials while missing the optional Math::Base36
- Fix test failures when DBICTEST_SYBASE_DSN is set (unnoticed change
in error message wording during 0.082800 and a bogus test)
- Remove largely obsolete test of SQLite view deployment (RT#111916)
* Misc
- Work around rare test deadlock under heavy parallelism (RT#108390)
packages. postgresql95-upgrade is gone, the pg_upgrade tool is shipped
with postgresql95-client now.
Major enhancements in PostgreSQL 9.5 include:
Allow INSERTs that would generate constraint conflicts to be turned into
UPDATEs or ignored
Add GROUP BY analysis features GROUPING SETS, CUBE and ROLLUP
Add row-level security control
Create mechanisms for tracking the progress of replication, including
methods for identifying the origin of individual changes during logical
replication
Add Block Range Indexes (BRIN)
Substantial performance improvements for sorting
Substantial performance improvements for multi-CPU machines
sqldf is an R package for running SQL statements on R data frames,
optimized for convenience. sqldf works with the SQLite, H2,
PostgreSQL or MySQL databases.
Heads up: For upgrading past 9.4.5, users of jsonb_path_ops GIN indexes
should perform a REINDEX, because of a hash calculation fix.
This release fixes two security issues, as well as several bugs found
over the last four months.
CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation
This release fixes two security issues, as well as several bugs found
over the last four months.
CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation
This release fixes two security issues, as well as several bugs found
over the last four months.
CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation
This release fixes two security issues, as well as several bugs found
over the last four months.
CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation
Add missing DEPENDS
Upstream changes:
1.982 2016-02-11 09:02:40CET+0100 Europe/Paris
* fix issue #117: fix backward compatibility with 5.8
1.981 2015-09-29 12:31:57CEST+0200 Europe/Paris
* fix a bug where when not yet connected, pid is undef, leading to warnings
1.980 2015-08-24 09:48:08CEST+0200 Europe/Paris
* fix "set" documentation as per Emanuele Tomasi <et@libersoft.it> suggestion
1.979 2015-05-14 14:28:35CEST+0200 Europe/Amsterdam
* depends on IO::Socket::Timeout 0.29 that fixes an important bug on
Windows, Solaris, when mixing sockets with and without timeouts.
1.978 2015-01-28 09:52:27 Europe/Amsterdam
* reshape the documentation
* croak when reconnecting while responses are pending (#101)
* merge PR#106 ( support "0" in topic )
Use yaml-cpp and zlib dependencies in place of bundled copies.
Notable changes:
- Fixed issue with MMAPv1 journaling where the "last sequence number"
file (lsn file) may be ahead of what is synced to the data files
- Fixed issue where in some cases, insert operations fails to add
the _id field to large documents
- Increased timeout for querying oplog to 1 minute
Full changelog:
https://docs.mongodb.org/manual/release-notes/3.2-changelog/
1.3.3
- Fix a bug where a slightly-oversized bulk write operation was not split
into batches; instead, it was sent whole to the server, which rejected it.
1.3.2
- A socket is properly discarded after a network error from a command.
- mongoc_database_get_collection now copies the database's read preferences,
read concern, and write concern, instead of copying the client's.
- mongoc_cursor_t's private struct now allows a negative limit.
1.3.1
- mongoc_client_get_gridfs now copies the client's read preferences, read
concern, and write concern to the newly created mongoc_gridfs_t. Before
this fix, GridFS operations were always executed with the default config:
data was read from the primary, with the read concern level "local", and
written with write concern "acknowledged". Now, if you have configured
any of these options on the mongoc_client_t, they are respected by
the mongoc_gridfs_t.
- CMakeLists.txt now includes and installs the pkg-config files.
= Improvements
* Sequel now works with ruby 2.3's --enable-frozen-string-literal,
and all of the library files are set to use frozen string
literals by default.
A couple adapters and extensions depend on libraries that have
issues with frozen string literals. Pull requests have been sent
to each of those dependencies.
* The migrators will now raise an exception if a migration file
contains no migrations or more than one migration.
* The jdbc/postgresql adapter now supports using PostgreSQL specific
types in bound variables. Note that the current version of
jdbc-postgres (9.4.1204) has regressions that affect this, users
who need this support should stick with jdbc-postgres 9.4.1200 or
below.
* The jdbc/postgresql adapter now works around a regression in Java
method lookup in JRuby 9.0.5.0
* The setter methods added by the association_pks plugin now do type
casting immediately, instead of right before the data will be used.
This makes them more similar to column setter methods, and ensures
that future calls to the getters that use cached values will
return correctly typecast data.
* The PostgreSQL array parser in the pg_array extension now handles
arrays with explicit bounds. The explicit bounds are ignored, so
such values do not round trip, and there is currently no support for
creating arrays with explicit bounds.
* Creating a table with a simple non-incrementing primary key and a
self-referential foreign key now works correctly on MySQL:
DB.create_table!(:table) do
Integer :id, :primary_key=>true
foreign_key :fk, :table
end
* Database#disconnect in the oracle adapter now works correctly on
more recent versions of oci8 where #logoff can raise OCIException
instead of OCIInvalidHandle.
= Backwards Compatibility
* The pg_array extension no longer defines
Sequel::Postgres::PGArray::JSONCreator. This should only affect
backwards compatibility if you were accessing the constant directly.
The :parser option to Sequel::Postgres::PGArray.register is also no
longer respected, but that should not affect backwards compatibility.
* The Sequel::Model#convert_cpk_array private method that was added by
the association_pks plugin has been removed.
Sequel::Model#convert_pk_array handles both simple and composite
primary keys now.
## 0.10.17 2016-01-24
* Enable CI with Ruby 2.3
* Improve utf8mb4 support in do\_mysql
* Fix memory leak in do\_mysql and do\_postgres
* Support for MySQL 5.7 in do\_mysql
* Fix bug with DateTime and wrong timezone offsets
* Fix compilation on JRuby 9000
General improvements:
Enhanced WAL mode so that it works efficiently with transactions that are larger than the cache_size.
Added the FTS5 detail option.
Added the "EXTRA" option to PRAGMA synchronous that does a sync of the containing directory when a rollback journal is unlinked in DELETE mode, for better durability. The SQLITE_EXTRA_DURABLE compile-time option enables PRAGMA synchronous=EXTRA by default.
Enhanced the query planner so that it is able to use a covering index as part of the OR optimization.
Avoid recomputing NOT NULL and CHECK constraints on unchanged columns in UPDATE statement.
Many micro-optimizations, resulting in a library that is faster than the previous release.
Enhancements to the command-line shell:
By default, the shell is now in "auto-explain" mode. The output of EXPLAIN commands is automatically formatted.
Added the ".vfslist" dot-command.
The SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is now turned on by default in the standard builds.
Enhancements to the TCL Interface:
If a database connection is opened with the "-uri 1" option, then URI filenames are honored by the "backup" and "restore" commands.
Added the "-sourceid" option to the "sqlite3" command.
Makefile improvements:
Improved pthreads detection in configure scripts.
Add the ability to do MSVC Windows builds from the amalgamation tarball.
Bug fixes
Fix an issue with incorrect sharing of VDBE temporary registers between co-routines that could cause incorrect query results in obscure cases. Ticket d06a25c84454a.
Fix a problem in the sqlite3_result_subtype() interface that could cause problems for the json1 extension under obscure circumstances. Fix for ticket f45ac567eaa9f9.
Escape control characters in JSON strings. Fix for ticket ad2559db380abf8.
Reenable the xCurrentTime and xGetLastError methods in the built-in unix VFSes as long as SQLITE_OMIT_DEPRECATED is not defined.
Backwards Compatibility:
Because of continuing security concerns, the two-argument version of of the seldom-used and little-known fts3_tokenizer() function is disabled unless SQLite is compiled with the SQLITE_ENABLE_FTS3_TOKENIZER.
* Change JavaScript engine from V8 to SpiderMonkey.
Changelog:
3.2.1 – Jan 12, 2016
Fixed error where during a regular shutdown of a replica set, secondaries may mark certain replicated but yet to be applied operations as successfully applied: SERVER-21868.
Improve insert workload performance with WiredTiger on Windows: SERVER-20262.
Fixed long-running transactions during chunk moves: SERVER-21366
All issues closed in 3.2.1
3.0.9 – Jan 26, 2016
Fixed issue where queries which specify sort and batch size can return results out of order if documents are concurrently updated. SERVER-19996
Fixed performance issue where large amounts of create and drop collections can cause listDatabases to be slow under WiredTiger. SERVER-20961
Modified the authentication failure message to include the client IP address. SERVER-22054
All issues closed in 3.0.9
3.0.8 – Dec 15, 2015
Fixed issue where findAndModify on mongos can upsert to the wrong shard. SERVER-20407.
Fixed WiredTiger commit visibility issue which caused document not found. SERVER-21275.
Fixed issue where the oplog can grow to 3x configured size. SERVER-21553
All issues closed in 3.0.8