agatha 1.1.0.0 → 1.2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,29 @@
1
+ 1.2:
2
+ - RequestProcessor now has an AfterHandle(request, response) virtual method which is called after the request has been handled by the handler
3
+
4
+ - ReceivedResponses now has a Responses property which returns all of the retrieved responses
5
+
6
+ - ExceptionInfo now has a FaultCode property (string) which will be automatically filled in as long as your BusinessException type contains
7
+ a FaultCode property (thanks to a patch from Huseyin Tufekcilerli)
8
+
9
+ - Client-side caching (BREAKING CHANGE: EnableResponseCachingAttribute no longer exists, use the EnableServiceResponseCachingAttribute instead)
10
+ -> this is not supported in the in-process model
11
+
12
+ - Agatha.Spring has been included (thanks to a patch from Jernej Logar)
13
+
14
+ - Agatha.StructureMap.Container has been fixed so that it instructs StructureMap to use the default constructors of RequestProcessorProxy and AsyncRequestProcessorProxy
15
+ (thanks to a patch by Bart Deleye)
16
+
17
+ - Added BeforeResolvingRequestHandler virtual method to the RequestProcessor which gets called right before a RequestHandler is resolved through the container
18
+
19
+ - Fixed logging of WCF messages where some requests were logged as "... stream ..." (thanks to patch by Bart Deleye)
20
+
21
+ - Added Agatha.Ninject.Silveright (thanks to patch by Bart Deleye)
22
+
23
+ - updated Agatha.Unity and Agatha.Unity.Silverlight to use the 2.0 version of Unity
24
+
25
+ - applied patch from Andrew Rea to improve REST support (xml and json)
26
+
1
27
  1.1:
2
28
  - fixed NullReferenceException in MessageInspector when using one-way requests in combination with INFO logging
3
29
 
Binary file
Binary file
metadata CHANGED
@@ -4,10 +4,10 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 1
7
+ - 2
8
8
  - 0
9
9
  - 0
10
- version: 1.1.0.0
10
+ version: 1.2.0.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Davy Brion
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-31 00:00:00 +03:00
18
+ date: 2010-10-04 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -38,7 +38,7 @@ description: |
38
38
  Agatha is a Request/Response Service Layer built on top of WCF. (Silverlight is also supported)
39
39
 
40
40
  Note-1: Please install one of the supported logging frameworks by Common.Logging
41
- Note-2: Please install one of the supported IoC/DI frameworks: Castle.Windsor, Ninject, StructureMap, Unity
41
+ Note-2: Please install one of the supported IoC/DI frameworks: Castle.Windsor, Ninject, StructureMap, Unity, Spring.NET
42
42
 
43
43
  email: ralinx@davybrion.com
44
44
  executables: []
@@ -56,6 +56,8 @@ files:
56
56
  - lib/dotnet/castle/Agatha.Castle.pdb
57
57
  - lib/dotnet/ninject/Agatha.Ninject.dll
58
58
  - lib/dotnet/ninject/Agatha.Ninject.pdb
59
+ - lib/dotnet/spring/Agatha.Spring.dll
60
+ - lib/dotnet/spring/Agatha.Spring.pdb
59
61
  - lib/dotnet/structuremap/Agatha.StructureMap.dll
60
62
  - lib/dotnet/structuremap/Agatha.StructureMap.pdb
61
63
  - lib/dotnet/unity/Agatha.Unity.dll
@@ -67,6 +69,8 @@ files:
67
69
  - lib/silverlight/Agatha.ServiceLayer.Silverlight.pdb
68
70
  - lib/silverlight/castle/Agatha.Castle.Silverlight.dll
69
71
  - lib/silverlight/castle/Agatha.Castle.Silverlight.pdb
72
+ - lib/silverlight/ninject/Agatha.Ninject.Silverlight.dll
73
+ - lib/silverlight/ninject/Agatha.Ninject.Silverlight.pdb
70
74
  - lib/silverlight/unity/Agatha.Unity.Silverlight.dll
71
75
  - lib/silverlight/unity/Agatha.Unity.Silverlight.pdb
72
76
  - docs/CHANGELOG.txt