File: 5.29.0.txt

package info (click to toggle)
ruby-sequel 5.63.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,408 kB
  • sloc: ruby: 113,747; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 888 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
= New Features

* An empty_failure_backtraces plugin has been added for using empty
  backtraces for ValidationFailed and HookFailed exceptions. In many
  cases, these exceptions are automatically handled (e.g. web form
  submission handling to display appropriate error pages), and using
  empty backtraces is 10-15x faster on JRuby 9.2.7.0+.

* Dataset#json_serializer_opts has been added to the json_serializer
  plugin.  This allows setting default options on a per-Dataset basis
  for all Dataset#to_json calls.

= Other Improvements

* Another disconnect error is now recognized in the tinytds adapter.

* Using Sequel with the the CRuby master branch (what will be Ruby 3)
  now works by supporting a second argument for
  Dataset#initialize_clone.

* Sequel now avoids a warning in verbose mode when using the postgres
  adapter, a recent version of ruby-pg, and bound variables.