ChangeLog 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. 2008-05-22 Roei Erez <[email protected]>
  2. * fix ContractDescription.GetContract implementation
  3. * Refactor Request processing
  4. * Add support for message inspectors
  5. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  6. like: ReleaseServiceInstance, Open, Close...
  7. * Add relevant test cases.
  8. 2008-04-08 Roei Erez <[email protected]>
  9. * Add tests ChannelDispatcherTest, EndpointDispatcherTest
  10. 2008-04-06 Roei Erez <[email protected]>
  11. * EndpointDiaptcher: Added new tests (MessageFilter, ContractFilter)
  12. 2008-02-20 Atsushi Enomoto <[email protected]>
  13. * ExceptionHandlerTest.cs : disabled a test that is not in effect.
  14. 2008-02-15 Atsushi Enomoto <[email protected]>
  15. * PrefixEndpointAddressMessageFilterTest.cs : new test (not working).
  16. 2006-10-18 Ankit Jain <[email protected]>
  17. * EndpointAddressMessageFilterTest.cs (Match): Add more tests.
  18. 2006-10-05 Atsushi Enomoto <[email protected]>
  19. * EndpointAddressMessageFilterTest.cs : new test.
  20. * EndpointDispatcherTest.cs : test type of the filter as well.
  21. 2006-08-10 Duncan Mak <[email protected]>
  22. * ExceptionHandlerTest.cs: New test.
  23. 2006-05-29 Atsushi Enomoto <[email protected]>
  24. * InvalidBodyAccessExceptionTest.cs, DispatchOperationTest.cs :
  25. fix tests for beta2. Reduced evil English-only tests.
  26. 2006-04-05 Atsushi Enomoto <[email protected]>
  27. * ContractDescriptionTest.cs : added test to make sure to return
  28. ContractDescription for the contract interface, not the actual type.
  29. 2006-03-16 Atsushi Enomoto <[email protected]>
  30. * DispatchOperationTest.cs DispatchRuntimeTest.cs : new tests.