File: Changes

package info (click to toggle)
libjson-rpc-common-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 1,481; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
0.11    2014-02-28
        - Fix tests for 5.18
        - Call to Class::MOP::load_class deprecated, call Class::Load directly

0.10  2011-02-16
		- bump dep on n::c

0.09  2011-02-16
		- fix write_result_to_response

0.08
		- swap all evals for Try::Tiny

0.07
		- Fix deflation of 1.0 results (which require "error":null)
		- Always provide Content-Length in HTTP responses

0.06
		- Encode/decode UTF8 automatically in the HTTP marshal

0.05
		- Fix MooseX::Types related warnings

0.04
		- Added support for path_info/base_path in Marshal::HTTP, for complex
		  method names under rest_style_methods
		- Improved error support, but not 100% there yet, when Moose has custom
		  exception object support we will be able to generate much better errors
		- fixed JSON::RPC::Common::Procedure::Call::Version_1_1 to use
		  BUILDARGS instead of around 'new'.

0.03
		- Cleanup release... Some method name refactoring and better docs

0.02
		- Various doc improvements
		- Marshal::HTTP can now make call->request conversion

0.01
		- Initial release